Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.24.1 to 2.25.0 (#3801)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 18, 2024
1 parent c3231e5 commit 269c885
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ group :test do
gem 'rspec-rails', '~> 6.1.2'
gem 'rspec-wait'
gem 'rubocop', '~> 1.63.5'
gem 'rubocop-rails', '~> 2.24'
gem 'rubocop-rails', '~> 2.25'
gem 'rubocop-rspec', '~> 2.26'
gem 'rubocop-sequel', '~> 0.3.4'
gem 'timecop'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
base64 (0.2.0)
beefcake (1.0.0)
benchmark (0.3.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bit-struct (0.17)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
http-form_data (2.3.0)
http_parser.rb (0.6.0)
httpclient (2.8.3)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
ipaddress (0.8.3)
Expand Down Expand Up @@ -316,7 +316,7 @@ GEM
mime-types-data (3.2024.0507)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest (5.23.0)
mock_redis (0.44.0)
ms_rest (0.6.4)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -411,7 +411,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.22.0)
connection_pool
regexp_parser (2.9.0)
regexp_parser (2.9.2)
reline (0.5.0)
io-console (~> 0.5)
representable (3.2.0)
Expand Down Expand Up @@ -483,7 +483,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rails (2.24.1)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -659,7 +659,7 @@ DEPENDENCIES
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.63.5)
rubocop-rails (~> 2.24)
rubocop-rails (~> 2.25)
rubocop-rspec (~> 2.26)
rubocop-sequel (~> 0.3.4)
rubyzip (>= 1.3.0)
Expand Down

0 comments on commit 269c885

Please sign in to comment.