Skip to content

Commit b80045a

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-version: 0.7.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40f7e3c commit b80045a

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
@@ -30,6 +30,6 @@ group :test do
3030
gem 'minitest-byebug', '~> 0.0.3'
3131
gem 'minitest-reporters', '~> 1.4', require: false
3232
gem 'rubocop', '~> 1.71', require: false
33-
gem 'rubocop-rake', '~> 0.6.0', require: false
33+
gem 'rubocop-rake', '~> 0.7.1', require: false
3434
gem 'simplecov', '~> 0.21', require: false
3535
end

0 commit comments

Comments
 (0)