Skip to content

Commit

Permalink
fix: 🚀 bundler: bump rubocop-rails from 2.21.2 to 2.22.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.21.2 to 2.22.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.21.2...v2.22.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent 07b7371 commit 49b26fb
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 @@ -26,7 +26,7 @@ gem "rubocop-md", "~> 1.2.1"
gem "rubocop-minitest", "~> 0.33.0"
gem "rubocop-packaging", "~> 0.5.2"
gem "rubocop-performance", "~> 1.19.1"
gem "rubocop-rails", "~> 2.21.2"
gem "rubocop-rails", "~> 2.22.1"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.25"
gem "rubocop-thread_safety", "~> 0.5.1"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.1)
racc (1.7.3)
rack (3.0.8)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.21.2)
rubocop-rails (2.22.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -143,7 +143,7 @@ DEPENDENCIES
rubocop-minitest (~> 0.33.0)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.19.1)
rubocop-rails (~> 2.21.2)
rubocop-rails (~> 2.22.1)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.25)
rubocop-thread_safety (~> 0.5.1)
Expand Down

0 comments on commit 49b26fb

Please sign in to comment.