summaryrefslogtreecommitdiff
path: root/net-hippie.gemspec
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-05 04:29:41 +0000
committerGitHub <noreply@github.com>2021-02-05 04:29:41 +0000
commit9e53cf8e4fcbd25a69e3f3a19293a263665b5f84 (patch)
tree3a62a2b3f3f9b9f4b5987873aa0608b2490225c9 /net-hippie.gemspec
parent12efb7ca45af4149b8e2f9febc40e964114cc369 (diff)
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] <support@github.com>
Diffstat (limited to 'net-hippie.gemspec')
-rw-r--r--net-hippie.gemspec2
1 files changed, 1 insertions, 1 deletions
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