Skip to content

Commit 6b9770c

Browse files
Update rubocop requirement from ~> 0.40.0 to ~> 0.50.0
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/commits/v0.50.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent dae1ccd commit 6b9770c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-memcached.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
4040
s.add_development_dependency 'pry', '~> 0.10'
4141
s.add_development_dependency 'rake', '~> 10.5'
4242
s.add_development_dependency 'redcarpet', '~> 3.2'
43-
s.add_development_dependency 'rubocop', '~> 0.40.0'
43+
s.add_development_dependency 'rubocop', '~> 0.50.0'
4444
s.add_development_dependency 'rspec', '~> 3.4'
4545
s.add_development_dependency 'yard', '~> 0.8'
4646
end

0 commit comments

Comments
 (0)