Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.20.2 to 2.21.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.20.2 to 2.21.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.20.2...v2.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 813cc53 commit ece06f5
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 @@ -28,7 +28,7 @@ group :development do
gem "letter_opener", "~> 1.7"
gem 'rubocop', '~> 1.56'
gem 'rubocop-performance', '~> 1.19', require: false
gem 'rubocop-rails', '~> 2.20', require: false
gem 'rubocop-rails', '~> 2.21', require: false
gem 'web-console', '~> 4.2'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ GEM
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.20.2)
rubocop-rails (2.21.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -318,7 +318,7 @@ DEPENDENCIES
rollbar (~> 3.4)
rubocop (~> 1.56)
rubocop-performance (~> 1.19)
rubocop-rails (~> 2.20)
rubocop-rails (~> 2.21)
sassc-rails (~> 2.1.2)
selenium-webdriver (~> 4.12)
serviceworker-rails (~> 0.6)
Expand Down

0 comments on commit ece06f5

Please sign in to comment.