Skip to content

Commit

Permalink
Update rubocop requirement from 0.92.0 to 1.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.92.0...v1.7.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 9460cfa commit 1595e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
gem 'rails'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.11'
gem 'rubocop', '0.92.0'
gem 'rubocop', '1.7.0'
gem 'rubocop-performance'
gem 'rubocop-rspec'
gem 'solargraph'
Expand Down

0 comments on commit 1595e00

Please sign in to comment.