Skip to content

Commit f3e8a05

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 ef432d1 commit f3e8a05

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
@@ -385,7 +385,7 @@ GEM
385385
pundit (2.3.2)
386386
activesupport (>= 3.0.0)
387387
raabro (1.4.0)
388-
racc (1.7.3)
388+
racc (1.8.0)
389389
rack (3.0.11)
390390
rack-protection (4.0.0)
391391
base64 (>= 0.1.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.7)
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)