Skip to content

Commit

Permalink
Update rubocop requirement from 1.50.2 to 1.56.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@v1.50.2...v1.56.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 80aef17 commit 9806e0f
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 @@ -15,7 +15,7 @@ gem 'appraisal'
gem 'overcommit', '0.60.0'

# Pin tool versions (which are executed by Overcommit) for CI builds
gem 'rubocop', '1.50.2' # The last version that supports Ruby 2.6
gem 'rubocop', '1.56.0' # The last version that supports Ruby 2.6

gem 'simplecov', '~> 0.22.0'
gem 'simplecov-lcov', '~> 0.8.0'

0 comments on commit 9806e0f

Please sign in to comment.