From 21b91dd9a561ff3a2cb182d21da531f64d17d0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:03:32 +0000 Subject: [PATCH] Update rubocop requirement from < 1.0 to < 2.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](https://github.com/rubocop-hq/rubocop/compare/v0.0.0...v1.0.0) Signed-off-by: dependabot[bot] --- vmpooler.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmpooler.gemspec b/vmpooler.gemspec index 39127d3..d631607 100644 --- a/vmpooler.gemspec +++ b/vmpooler.gemspec @@ -45,7 +45,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'pry' s.add_development_dependency 'rack-test', '>= 0.6' s.add_development_dependency 'rspec', '>= 3.2' - s.add_development_dependency 'rubocop', '< 1.0' + s.add_development_dependency 'rubocop', '< 2.0' s.add_development_dependency 'simplecov', '>= 0.11.2' s.add_development_dependency 'yarjuf', '>= 2.0' end