Skip to content

Commit b9397a0

Browse files
Update rubocop requirement from 1.78.0 to 1.79.0 (#586)
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.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96453d6 commit b9397a0

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
@@ -15,7 +15,7 @@ gem 'appraisal'
1515
gem 'overcommit', '0.68.0'
1616

1717
# Pin tool versions (which are executed by Overcommit) for CI builds
18-
gem 'rubocop', '1.78.0'
18+
gem 'rubocop', '1.79.0'
1919
gem 'rubocop-performance', '1.25.0'
2020

2121
gem 'simplecov', '~> 0.22.0'

0 commit comments

Comments
 (0)