Skip to content

Commit

Permalink
Bump rubocop-rails from 2.29.0 to 2.29.1 (#2426)
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.29.0 to 2.29.1.
- [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.29.0...v2.29.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 98bf456 commit 23b818a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ group :development do
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
gem 'rubocop-rails', '~> 2.29.0', require: false
gem 'rubocop-rails', '~> 2.29.1', require: false
gem 'rubocop-rspec', '~> 3.4.0', require: false
gem 'rubocop-rspec_rails', '~> 2.30.0', require: false
gem 'traceroute'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rack (3.1.9)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (2.0.2)
Expand Down Expand Up @@ -441,7 +441,7 @@ GEM
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.29.0)
rubocop-rails (2.29.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
rubocop-capybara (~> 2.21.0)
rubocop-factory_bot (~> 2.26.0)
rubocop-performance (~> 1.23.1)
rubocop-rails (~> 2.29.0)
rubocop-rails (~> 2.29.1)
rubocop-rspec (~> 3.4.0)
rubocop-rspec_rails (~> 2.30.0)
sanitize
Expand Down

0 comments on commit 23b818a

Please sign in to comment.