Skip to content

Commit

Permalink
Bump rubocop from 1.70.0 to 1.71.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.70.0 to 1.71.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.70.0...v1.71.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 67af5ef commit d9c64b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ group :development do
gem 'listen'
gem 'memory_profiler'
gem 'rack-mini-profiler'
gem 'rubocop', '~> 1.70.0', require: false
gem 'rubocop', '~> 1.71.0', require: false
gem 'rubocop-capybara', '~> 2.21.0', require: false
gem 'rubocop-factory_bot', '~> 2.26.0', require: false
gem 'rubocop-performance', '~> 1.23.1', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -609,7 +609,7 @@ DEPENDENCIES
resque_mailer
resque_spec
rspec-rails
rubocop (~> 1.70.0)
rubocop (~> 1.71.0)
rubocop-capybara (~> 2.21.0)
rubocop-factory_bot (~> 2.26.0)
rubocop-performance (~> 1.23.1)
Expand Down

0 comments on commit d9c64b4

Please sign in to comment.