Skip to content

Commit

Permalink
Merge pull request #168 from simplybusiness/dependabot/bundler/simply…
Browse files Browse the repository at this point in the history
…cop-1.14.14
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
2 parents 7b16a65 + f445f40 commit 109fad4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
gem 'rspec'
gem 'rspec-mocks', '~> 3.12.6'
gem 'simplecov', '< 0.18'
gem 'simplycop', '1.14.12'
gem 'simplycop', '1.14.14'
end

gem "faraday-retry", "~> 2.2"
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.1)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -14,7 +14,7 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
base64 (0.2.0)
bigdecimal (3.1.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
Expand Down Expand Up @@ -67,8 +67,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -107,8 +106,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (1.14.12)
rubocop (= 1.57.1)
simplycop (1.14.14)
rubocop (= 1.57.2)
rubocop-performance (= 1.19.1)
rubocop-rails (= 2.22.1)
rubocop-rspec (= 2.25.0)
Expand All @@ -128,7 +127,7 @@ DEPENDENCIES
rspec-mocks (~> 3.12.6)
semantic
simplecov (< 0.18)
simplycop (= 1.14.12)
simplycop (= 1.14.14)

BUNDLED WITH
2.4.12

0 comments on commit 109fad4

Please sign in to comment.