Skip to content

Commit

Permalink
Merge pull request #194 from cedarcode/dependabot/bundler/all-gems-1c…
Browse files Browse the repository at this point in the history
…44a88e3f

build(deps): bump the all-gems group with 3 updates
  • Loading branch information
santiagorodriguez96 authored Dec 2, 2024
2 parents 453bf7b + 2e589dd commit a1ff37e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions 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.68', require: false
gem 'rubocop', '~> 1.69', require: false
gem 'rubocop-rails', '~> 2.27', require: false
end

Expand All @@ -36,5 +36,5 @@ end
group :test do
gem 'capybara', '~> 3.26'
gem 'minitest-stub_any_instance', '~> 1.0'
gem 'selenium-webdriver', '~> 4.26'
gem 'selenium-webdriver', '~> 4.27'
end
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.6)
json (2.8.2)
jwt (2.9.3)
base64
kamal (2.3.0)
Expand All @@ -146,7 +146,7 @@ GEM
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
openssl (> 2.0)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand Down Expand Up @@ -237,22 +237,22 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.9)
rollbar (3.6.0)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
Expand All @@ -272,7 +272,7 @@ GEM
sprockets-rails
tilt
securerandom (0.3.1)
selenium-webdriver (4.26.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -285,7 +285,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.3.0)
sqlite3 (2.3.1)
mini_portile2 (~> 2.8.0)
sshkit (1.23.2)
base64
Expand All @@ -305,7 +305,9 @@ GEM
openssl-signature_algorithm (~> 1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down Expand Up @@ -343,10 +345,10 @@ DEPENDENCIES
rack-mini-profiler (~> 3.3)
rails (~> 7.1.5)
rollbar (~> 3.6)
rubocop (~> 1.68)
rubocop (~> 1.69)
rubocop-rails (~> 2.27)
sassc-rails (~> 2.0)
selenium-webdriver (~> 4.26)
selenium-webdriver (~> 4.27)
sqlite3 (>= 1.4)
stimulus-rails (~> 1.3)
web-console (~> 4.2, >= 4.2.1)
Expand Down

0 comments on commit a1ff37e

Please sign in to comment.