Skip to content

Commit d405df8

Browse files
Update rubocop-rake requirement from ~> 0.6.0 to ~> 0.7.1
Updates the requirements on [rubocop-rake](https://github.com/rubocop/rubocop-rake) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rake@v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: rubocop-rake dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc2948f commit d405df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'rubocop-gem_dev', '>= 0.3.0', require: false # For lint
1616
gem 'rubocop-md', '~> 2.0', require: false # For lint
1717
gem 'rubocop-minitest', '~> 0.37.0', require: false # For lint
1818
gem 'rubocop-performance', '~> 1.24.0', require: false # For lint
19-
gem 'rubocop-rake', '~> 0.6.0', require: false # For lint
19+
gem 'rubocop-rake', '~> 0.7.1', require: false # For lint
2020
gem 'simplecov', '~> 0.22.0', require: false # For test coverage
2121
gem 'simplecov-cobertura', require: false # For test coverage
2222
# gem 'steep', require: false # For language server and typing

0 commit comments

Comments
 (0)