Skip to content

Commit

Permalink
Merge pull request #209 from cedarcode/dependabot/bundler/all-gems-ae…
Browse files Browse the repository at this point in the history
…1a7b2c72

build(deps-dev): bump the all-gems group with 2 updates
  • Loading branch information
santiagorodriguez96 authored Feb 17, 2025
2 parents 21016da + 8f4fa66 commit db3f1c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ end

group :development, :test do
gem 'byebug', '~> 11.0', platforms: [:mri, :mingw, :x64_mingw]
gem 'rubocop', '~> 1.71', require: false
gem 'rubocop-rails', '~> 2.29', require: false
gem 'rubocop', '~> 1.72', require: false
gem 'rubocop-rails', '~> 2.30', require: false
end

group :development do
Expand Down
23 changes: 13 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1)
json (2.10.1)
jwt (2.10.1)
base64
kamal (2.5.2)
Expand All @@ -140,7 +140,8 @@ GEM
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.4)
logger (1.6.5)
lint_roller (1.1.0)
logger (1.6.6)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -189,7 +190,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rack (3.1.10)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-session (2.0.0)
Expand Down Expand Up @@ -236,9 +237,10 @@ GEM
io-console (~> 0.5)
rexml (3.4.0)
rollbar (3.6.1)
rubocop (1.71.2)
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)
Expand All @@ -248,11 +250,12 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-rails (2.29.1)
rubocop-rails (2.30.1)
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 (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (1.13.0)
rubyzip (2.4.1)
safety_net_attestation (0.4.0)
Expand Down Expand Up @@ -342,8 +345,8 @@ DEPENDENCIES
rack-mini-profiler (~> 3.3)
rails (~> 7.2.2)
rollbar (~> 3.6)
rubocop (~> 1.71)
rubocop-rails (~> 2.29)
rubocop (~> 1.72)
rubocop-rails (~> 2.30)
sassc-rails (~> 2.0)
selenium-webdriver (~> 4.28)
sqlite3 (>= 1.4)
Expand Down

0 comments on commit db3f1c4

Please sign in to comment.