Skip to content

Commit

Permalink
Update rubocop requirement from ~> 0.80.1 to ~> 1.11.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.80.1...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2021
1 parent e48db95 commit 4fa9a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'berkshelf'
group :style do
gem 'foodcritic', '~> 16.2.0'
gem 'rake', '~> 13.0.1'
gem 'rubocop', '~> 0.80.1'
gem 'rubocop', '~> 1.11.0'
end

group :test do
Expand Down

0 comments on commit 4fa9a6d

Please sign in to comment.