Skip to content

Commit

Permalink
Bump rubocop from 1.69.2 to 1.70.0 in the rubocop group (#5385)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent a8172d8 commit fc2e9f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ group :development, :test do
gem "pg_query", "~> 6.0"

# bundle show | rg rubocop | cut -d' ' -f4 | xargs bundle update
gem "rubocop", "~> 1.69", require: false
gem "rubocop", "~> 1.70", require: false
gem "rubocop-rails", "~> 2.28", require: false
gem "rubocop-performance", "~> 1.23", require: false
gem "rubocop-minitest", "~> 0.35", require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -981,7 +981,7 @@ DEPENDENCIES
roadie-rails (~> 3.3)
rotp (~> 6.2)
rqrcode (~> 2.1)
rubocop (~> 1.69)
rubocop (~> 1.70)
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.35)
Expand Down Expand Up @@ -1278,7 +1278,7 @@ CHECKSUMS
rspec-expectations (3.13.3) sha256=0e6b5af59b900147698ea0ff80456c4f2e69cac4394fbd392fbd1ca561f66c58
rspec-mocks (3.13.2) sha256=2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
rspec-support (3.13.2) sha256=cea3a2463fd9b84b9dcc9685efd80ea701aa8f7b3decb3b3ce795ed67737dbec
rubocop (1.69.2) sha256=762fb0f30a379bf6054588d39f1815a2a1df8f067bc0337d3fe500e346924bb8
rubocop (1.70.0) sha256=96751f8440b36a0ac6e9a8ab596900803118d83d6b83f2037bf8b3d7a5bc440e
rubocop-ast (1.37.0) sha256=9513ac88aaf113d04b52912533ffe46475de1362d4aa41141b51b2455827c080
rubocop-capybara (2.21.0) sha256=5d264efdd8b6c7081a3d4889decf1451a1cfaaec204d81534e236bc825b280ab
rubocop-factory_bot (2.26.1) sha256=8de13cd4edcee5ca800f255188167ecef8dbfc3d1fae9f15734e9d2e755392aa
Expand Down

0 comments on commit fc2e9f9

Please sign in to comment.