Skip to content

Commit 2e9a8db

Browse files
Merge pull request #619 from cedarcode/dependabot/bundler/all-gems-39d3823da5
build(deps-dev): bump the all-gems group across 1 directory with 2 updates
2 parents d4b342a + 5b5b343 commit 2e9a8db

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :development, :deploy do
2323
end
2424

2525
group :development, :test do
26-
gem "brakeman", "~> 6.2"
26+
gem "brakeman", "~> 7.0"
2727
gem 'byebug', '~> 11.0', platforms: [:mri, :mingw, :x64_mingw]
2828
gem 'rspec-rails', '~> 7.1'
2929
end
@@ -32,7 +32,7 @@ group :development do
3232
gem "letter_opener", "~> 1.10"
3333
gem 'rubocop', '~> 1.69'
3434
gem 'rubocop-performance', '~> 1.23', require: false
35-
gem 'rubocop-rails', '~> 2.27', require: false
35+
gem 'rubocop-rails', '~> 2.28', require: false
3636
gem 'web-console', '~> 4.2'
3737
end
3838

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ GEM
7979
bcrypt (3.1.20)
8080
bcrypt_pbkdf (1.1.1)
8181
benchmark (0.4.0)
82-
bigdecimal (3.1.8)
82+
bigdecimal (3.1.9)
8383
bindex (0.8.1)
8484
bootsnap (1.18.4)
8585
msgpack (~> 1.2)
86-
brakeman (6.2.2)
86+
brakeman (7.0.0)
8787
racc
8888
builder (3.3.0)
8989
byebug (11.1.3)
@@ -137,7 +137,7 @@ GEM
137137
irb (1.14.3)
138138
rdoc (>= 4.0.0)
139139
reline (>= 0.4.2)
140-
json (2.9.0)
140+
json (2.9.1)
141141
jwt (2.9.0)
142142
base64
143143
kamal (2.4.0)
@@ -273,7 +273,7 @@ GEM
273273
rake (13.2.1)
274274
rdoc (6.10.0)
275275
psych (>= 4.0.0)
276-
regexp_parser (2.9.3)
276+
regexp_parser (2.10.0)
277277
reline (0.6.0)
278278
io-console (~> 0.5)
279279
responders (3.1.1)
@@ -313,7 +313,7 @@ GEM
313313
rubocop-performance (1.23.0)
314314
rubocop (>= 1.48.1, < 2.0)
315315
rubocop-ast (>= 1.31.1, < 2.0)
316-
rubocop-rails (2.27.0)
316+
rubocop-rails (2.28.0)
317317
activesupport (>= 4.2.0)
318318
rack (>= 1.1)
319319
rubocop (>= 1.52.0, < 2.0)
@@ -362,7 +362,7 @@ GEM
362362
railties (>= 6.0.0)
363363
tzinfo (2.0.6)
364364
concurrent-ruby (~> 1.0)
365-
unicode-display_width (3.1.2)
365+
unicode-display_width (3.1.3)
366366
unicode-emoji (~> 4.0, >= 4.0.4)
367367
unicode-emoji (4.0.4)
368368
uri (1.0.2)
@@ -388,7 +388,7 @@ PLATFORMS
388388

389389
DEPENDENCIES
390390
bootsnap (~> 1.18)
391-
brakeman (~> 6.2)
391+
brakeman (~> 7.0)
392392
byebug (~> 11.0)
393393
capybara (~> 3.40)
394394
devise (~> 4.9)
@@ -406,7 +406,7 @@ DEPENDENCIES
406406
rspec-rails (~> 7.1)
407407
rubocop (~> 1.69)
408408
rubocop-performance (~> 1.23)
409-
rubocop-rails (~> 2.27)
409+
rubocop-rails (~> 2.28)
410410
sassc-rails (~> 2.1.2)
411411
selenium-webdriver (~> 4.27)
412412
stimulus-rails (~> 1.3)

0 commit comments

Comments
 (0)