Skip to content

Commit 269c885

Browse files
build(deps-dev): bump rubocop-rails from 2.24.1 to 2.25.0 (#3801)
Bumps [rubocop-rails](https://github.com/rubocop/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3231e5 commit 269c885

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ group :test do
9090
gem 'rspec-rails', '~> 6.1.2'
9191
gem 'rspec-wait'
9292
gem 'rubocop', '~> 1.63.5'
93-
gem 'rubocop-rails', '~> 2.24'
93+
gem 'rubocop-rails', '~> 2.25'
9494
gem 'rubocop-rspec', '~> 2.26'
9595
gem 'rubocop-sequel', '~> 0.3.4'
9696
gem 'timecop'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GEM
110110
base64 (0.2.0)
111111
beefcake (1.0.0)
112112
benchmark (0.3.0)
113-
bigdecimal (3.1.7)
113+
bigdecimal (3.1.8)
114114
bit-struct (0.17)
115115
builder (3.2.4)
116116
byebug (11.1.3)
@@ -273,7 +273,7 @@ GEM
273273
http-form_data (2.3.0)
274274
http_parser.rb (0.6.0)
275275
httpclient (2.8.3)
276-
i18n (1.14.4)
276+
i18n (1.14.5)
277277
concurrent-ruby (~> 1.0)
278278
io-console (0.7.2)
279279
ipaddress (0.8.3)
@@ -316,7 +316,7 @@ GEM
316316
mime-types-data (3.2024.0507)
317317
mini_mime (1.1.5)
318318
mini_portile2 (2.8.6)
319-
minitest (5.22.3)
319+
minitest (5.23.0)
320320
mock_redis (0.44.0)
321321
ms_rest (0.6.4)
322322
concurrent-ruby (~> 1.0)
@@ -411,7 +411,7 @@ GEM
411411
redis-client (>= 0.22.0)
412412
redis-client (0.22.0)
413413
connection_pool
414-
regexp_parser (2.9.0)
414+
regexp_parser (2.9.2)
415415
reline (0.5.0)
416416
io-console (~> 0.5)
417417
representable (3.2.0)
@@ -483,7 +483,7 @@ GEM
483483
rubocop (~> 1.41)
484484
rubocop-factory_bot (2.25.1)
485485
rubocop (~> 1.41)
486-
rubocop-rails (2.24.1)
486+
rubocop-rails (2.25.0)
487487
activesupport (>= 4.2.0)
488488
rack (>= 1.1)
489489
rubocop (>= 1.33.0, < 2.0)
@@ -659,7 +659,7 @@ DEPENDENCIES
659659
rspec-wait
660660
rspec_api_documentation (>= 6.1.0)
661661
rubocop (~> 1.63.5)
662-
rubocop-rails (~> 2.24)
662+
rubocop-rails (~> 2.25)
663663
rubocop-rspec (~> 2.26)
664664
rubocop-sequel (~> 0.3.4)
665665
rubyzip (>= 1.3.0)

0 commit comments

Comments
 (0)