Skip to content

Commit db65513

Browse files
Update rubocop-rake requirement from 0.6.0 to 0.7.1 (#413)
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:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 602477b commit db65513

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
@@ -7,7 +7,7 @@ gemspec
77
gem 'coveralls', require: false
88
gem 'rubocop', '1.75.3', require: false
99
gem 'rubocop-performance', '1.23.1', require: false
10-
gem 'rubocop-rake', '0.6.0', require: false
10+
gem 'rubocop-rake', '0.7.1', require: false
1111
gem 'rubocop-rspec', '3.4.0', require: false
1212
gem "base64", "~> 0.2.0"
1313
gem "bigdecimal", "~> 3.1"

0 commit comments

Comments
 (0)