Skip to content

Commit

Permalink
Merge pull request #575 from cedarcode/dependabot/bundler/all-gems-4d…
Browse files Browse the repository at this point in the history
…d1d2edd2

build(deps): bump the all-gems group with 3 updates
  • Loading branch information
santiagorodriguez96 authored Oct 21, 2024
2 parents b309a7e + 34df812 commit 2b48dd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ group :development, :deploy do
end

group :development, :test do
gem "brakeman", "~> 6.1"
gem "brakeman", "~> 6.2"
gem 'byebug', '~> 11.0', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails', '~> 7.0'
end

group :development do
gem "letter_opener", "~> 1.10"
gem 'rubocop', '~> 1.66'
gem 'rubocop', '~> 1.67'
gem 'rubocop-performance', '~> 1.22', require: false
gem 'rubocop-rails', '~> 2.26', require: false
gem 'web-console', '~> 4.2'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.2.1)
brakeman (6.2.2)
racc
builder (3.3.0)
byebug (11.1.3)
Expand Down Expand Up @@ -296,7 +296,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -355,7 +355,7 @@ GEM
thor (1.3.2)
tilt (2.0.10)
timeout (0.4.1)
turbo-rails (2.0.10)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
Expand All @@ -378,14 +378,14 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.0)
zeitwerk (2.7.1)

PLATFORMS
ruby

DEPENDENCIES
bootsnap (~> 1.18)
brakeman (~> 6.1)
brakeman (~> 6.2)
byebug (~> 11.0)
capybara (~> 3.40)
devise (~> 4.9)
Expand All @@ -401,7 +401,7 @@ DEPENDENCIES
rails (~> 7.2.1)
rollbar (~> 3.6)
rspec-rails (~> 7.0)
rubocop (~> 1.66)
rubocop (~> 1.67)
rubocop-performance (~> 1.22)
rubocop-rails (~> 2.26)
sassc-rails (~> 2.1.2)
Expand Down

0 comments on commit 2b48dd3

Please sign in to comment.