Skip to content

Commit 89af9cf

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:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 248c770 commit 89af9cf

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
@@ -12,6 +12,6 @@ group :development do
1212
gem 'rspec', '~> 3.13.0'
1313
gem 'rubocop', '~> 1.72.0'
1414
gem 'rubocop-performance', '~> 1.23.0'
15-
gem 'rubocop-rake', '~> 0.6.0'
15+
gem 'rubocop-rake', '~> 0.7.1'
1616
gem 'rubocop-rspec', '~> 3.4.0'
1717
end

0 commit comments

Comments
 (0)