Skip to content

Commit

Permalink
Merge pull request #201 from cedarcode/dependabot/bundler/all-gems-37…
Browse files Browse the repository at this point in the history
…9a16a19c

build(deps-dev): bump rubocop from 1.69.2 to 1.70.0 in the all-gems group
  • Loading branch information
EmilioCristalli authored Jan 13, 2025
2 parents c39a52a + 4b6c3a6 commit 1ab7feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

group :development, :test do
gem 'byebug', '~> 11.0', platforms: [:mri, :mingw, :x64_mingw]
gem 'rubocop', '~> 1.69', require: false
gem 'rubocop', '~> 1.70', require: false
gem 'rubocop-rails', '~> 2.28', require: false
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ GEM
io-console (~> 0.5)
rexml (3.3.9)
rollbar (3.6.0)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -346,7 +346,7 @@ DEPENDENCIES
rack-mini-profiler (~> 3.3)
rails (~> 7.1.5)
rollbar (~> 3.6)
rubocop (~> 1.69)
rubocop (~> 1.70)
rubocop-rails (~> 2.28)
sassc-rails (~> 2.0)
selenium-webdriver (~> 4.27)
Expand Down

0 comments on commit 1ab7feb

Please sign in to comment.