Skip to content

Commit a2370d4

Browse files
Bump rubocop-rails from 2.24.1 to 2.25.0 in the rubocop group
Bumps the rubocop group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop-rails` from 2.24.1 to 2.25.0 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.24.1...v2.25.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fca96d4 commit a2370d4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Gemfile.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ GEM
319319
mime-types-data (~> 3.2015)
320320
mime-types-data (3.2024.0305)
321321
mini_mime (1.1.5)
322-
minitest (5.22.3)
322+
minitest (5.23.0)
323323
msgpack (1.7.2)
324324
multi_test (1.1.0)
325325
multi_xml (0.6.0)
@@ -451,7 +451,7 @@ GEM
451451
redis-client (>= 0.22.0)
452452
redis-client (0.22.1)
453453
connection_pool
454-
regexp_parser (2.9.1)
454+
regexp_parser (2.9.2)
455455
reline (0.5.6)
456456
io-console (~> 0.5)
457457
request_store (1.5.1)
@@ -461,7 +461,8 @@ GEM
461461
http-cookie (>= 1.0.2, < 2.0)
462462
mime-types (>= 1.16, < 4.0)
463463
netrc (~> 0.8)
464-
rexml (3.2.6)
464+
rexml (3.2.8)
465+
strscan (>= 3.0.9)
465466
rspec (3.13.0)
466467
rspec-core (~> 3.13.0)
467468
rspec-expectations (~> 3.13.0)
@@ -503,7 +504,7 @@ GEM
503504
rubocop-performance (1.21.0)
504505
rubocop (>= 1.48.1, < 2.0)
505506
rubocop-ast (>= 1.31.1, < 2.0)
506-
rubocop-rails (2.24.1)
507+
rubocop-rails (2.25.0)
507508
activesupport (>= 4.2.0)
508509
rack (>= 1.1)
509510
rubocop (>= 1.33.0, < 2.0)
@@ -546,6 +547,7 @@ GEM
546547
stimulus-rails (1.3.3)
547548
railties (>= 6.0.0)
548549
stringio (3.1.0)
550+
strscan (3.1.0)
549551
sys-uname (1.2.3)
550552
ffi (~> 1.1)
551553
terminal-table (3.0.2)

0 commit comments

Comments
 (0)