Skip to content

Commit

Permalink
Merge pull request #230 from simplybusiness/dependabot/bundler/simply…
Browse files Browse the repository at this point in the history
…cop-2.6.0
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
2 parents 110736c + 2c4f327 commit 2d40b00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development, :test do
gem 'rspec'
gem 'rspec-mocks', '~> 3.13.2'
gem 'simplecov', '< 0.18'
gem 'simplycop', '2.5.1'
gem 'simplycop', '2.6.0'
end

gem "faraday-retry", "~> 2.2"
12 changes: 6 additions & 6 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.2.1.1)
activesupport (7.2.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -33,7 +33,7 @@ GEM
faraday (~> 2.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
json (2.7.4)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -110,8 +110,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (2.5.1)
rubocop (= 1.66.1)
simplycop (2.6.0)
rubocop (= 1.67.0)
rubocop-ast (= 1.32.3)
rubocop-capybara (= 2.21.0)
rubocop-factory_bot (= 2.26.1)
Expand All @@ -136,7 +136,7 @@ DEPENDENCIES
rspec-mocks (~> 3.13.2)
semantic
simplecov (< 0.18)
simplycop (= 2.5.1)
simplycop (= 2.6.0)

BUNDLED WITH
2.5.22

0 comments on commit 2d40b00

Please sign in to comment.