From 9e53cf8e4fcbd25a69e3f3a19293a263665b5f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 04:29:41 +0000 Subject: Update rubocop requirement from ~> 0.55 to ~> 1.9 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/compare/v0.55.0...v1.9.1) Signed-off-by: dependabot[bot] --- net-hippie.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-hippie.gemspec b/net-hippie.gemspec index beffb0e..867554f 100644 --- a/net-hippie.gemspec +++ b/net-hippie.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'minitest', '~> 5.0' spec.add_development_dependency 'rake', '~> 13.0' - spec.add_development_dependency 'rubocop', '~> 0.55' + spec.add_development_dependency 'rubocop', '~> 1.9' spec.add_development_dependency 'vcr', '~> 6.0' spec.add_development_dependency 'webmock', '~> 3.4' end -- cgit v1.2.3