Skip to content

Commit 4beaee5

Browse files
Update rubocop requirement from ~> 0.49.0 to ~> 0.79.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.49.0...v0.79.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 94ffd50 commit 4beaee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
4949
s.add_development_dependency 'rake', '~> 12.3'
5050
s.add_development_dependency 'redcarpet', '~> 3.2'
5151
s.add_development_dependency 'rspec', '~> 3.1'
52-
s.add_development_dependency 'rubocop', '~> 0.49.0'
52+
s.add_development_dependency 'rubocop', '~> 0.79.0'
5353
s.add_development_dependency 'serverspec', '~> 2.36.1'
5454
s.add_development_dependency 'test-kitchen', '~> 1.16.0'
5555
s.add_development_dependency 'yard', '~> 0.9.11'

0 commit comments

Comments
 (0)