Skip to content

Commit

Permalink
Merge pull request #253 from simplybusiness/dependabot/bundler/simply…
Browse files Browse the repository at this point in the history
…cop-2.13.0
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
2 parents 0eb4d7f + 48369c4 commit e84730c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 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.12.1'
gem 'simplycop', '2.13.0'
end

gem "faraday-retry", "~> 2.2"
45 changes: 25 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ GEM
faraday (~> 2.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
json (2.10.1)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.4)
logger (1.6.5)
lint_roller (1.1.0)
logger (1.6.6)
method_source (1.1.0)
minitest (5.25.4)
net-http (0.4.1)
Expand All @@ -49,7 +50,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pry (0.15.2)
Expand All @@ -73,14 +74,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.71.0)
rubocop (1.72.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
Expand All @@ -89,16 +91,19 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.29.1)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.30.0)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
Expand All @@ -113,14 +118,14 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (2.12.1)
rubocop (= 1.71.0)
simplycop (2.13.0)
rubocop (= 1.72.1)
rubocop-ast (= 1.38.0)
rubocop-capybara (= 2.21.0)
rubocop-factory_bot (= 2.26.1)
rubocop-performance (= 1.23.1)
rubocop-rails (= 2.29.1)
rubocop-rspec (= 3.4.0)
rubocop-performance (= 1.24.0)
rubocop-rails (= 2.30.0)
rubocop-rspec (= 3.5.0)
rubocop-rspec_rails (= 2.30.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -141,7 +146,7 @@ DEPENDENCIES
rspec-mocks (~> 3.13.2)
semantic
simplecov (< 0.18)
simplycop (= 2.12.1)
simplycop (= 2.13.0)

BUNDLED WITH
2.5.22

0 comments on commit e84730c

Please sign in to comment.