Skip to content

Commit 884a432

Browse files
Update rubocop requirement from ~> 0.51.0 to ~> 0.81.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](rubocop/rubocop@v0.51.0...v0.81.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d582eeb commit 884a432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-process-checks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Gem::Specification.new do |s| # rubocop: disable Metrics/BlockLength
4343
s.add_development_dependency 'redcarpet', '~> 3.2'
4444
s.add_development_dependency 'rspec', '~> 3.7'
4545
s.add_development_dependency 'rspec-mocks', '~> 3.7'
46-
s.add_development_dependency 'rubocop', '~> 0.51.0'
46+
s.add_development_dependency 'rubocop', '~> 0.81.0'
4747
s.add_development_dependency 'yard', '~> 0.9.11'
4848
end

0 commit comments

Comments
 (0)