From f1205d7cfcbf75df0333a10f6e0c900de6592406 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 02:16:06 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.80 to ~> 1.18 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.80.0...v1.18.0) Signed-off-by: dependabot-preview[bot] --- http_wrapper.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_wrapper.gemspec b/http_wrapper.gemspec index 6914fb5..6c5aba6 100644 --- a/http_wrapper.gemspec +++ b/http_wrapper.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec', '~> 3.9' - spec.add_development_dependency 'rubocop', '~> 0.80' + spec.add_development_dependency 'rubocop', '~> 1.18' spec.add_development_dependency 'rubocop-performance', '~> 1.5' spec.add_development_dependency 'rubocop-rspec', '~> 1.38' spec.add_development_dependency 'simplecov', '~> 0.17.1'