Skip to content

Commit

Permalink
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent 3d7cc15 commit 83d7e8a
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 @@ -62,7 +62,7 @@ end

group :linter do
gem 'rubocop', '~> 1.57.1'
gem 'rubocop-rails', '~> 2.21.2'
gem 'rubocop-rails', '~> 2.22.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.19.0'
gem 'rubocop-performance', '~> 1.19.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,14 +351,14 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
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 @@ -481,7 +481,7 @@ DEPENDENCIES
rubocop (~> 1.57.1)
rubocop-capybara (~> 2.19.0)
rubocop-performance (~> 1.19.0)
rubocop-rails (~> 2.21.2)
rubocop-rails (~> 2.22.1)
rubocop-rake (~> 0.6.0)
ruby-saml
selenium-webdriver
Expand Down

0 comments on commit 83d7e8a

Please sign in to comment.