Skip to content

Commit a16de1c

Browse files
Update rubocop requirement from ~> 1.58.0 to ~> 1.59.0
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.58.0...v1.59.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 930108c commit a16de1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle-suppression-generator.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Gem::Specification.new do |s|
2525
s.add_development_dependency 'mocha', '~> 2.1.0'
2626
s.add_development_dependency 'pry-byebug', '~> 3.10.1'
2727
s.add_development_dependency 'rake', '~> 13.1.0'
28-
s.add_development_dependency 'rubocop', '~> 1.58.0'
28+
s.add_development_dependency 'rubocop', '~> 1.59.0'
2929
s.add_development_dependency 'simplecov', '~> 0.22.0'
3030
end

0 commit comments

Comments
 (0)