Skip to content

Commit ee03cb4

Browse files
Update rubocop requirement from 0.79.0 to 0.80.0 (#169)
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.79.0...v0.80.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 16695da commit ee03cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ gem "memory_profiler", require: false
1111
gem "minitest"
1212
gem "minitest-reporters"
1313
gem "mocha"
14-
gem "rubocop", "0.79.0", require: false
14+
gem "rubocop", "0.80.0", require: false
1515
gem "yard"

0 commit comments

Comments
 (0)