From a07e2c8810ed7bee3cb662efe54c6ce10fc0f3e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 00:52:12 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.15 to ~> 2.0 Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version. - [Release notes](https://github.com/bundler/bundler/releases) - [Changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md) - [Commits](https://github.com/bundler/bundler/compare/v1.15.0...v2.0.1) --- sevenwire-rubocop.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sevenwire-rubocop.gemspec b/sevenwire-rubocop.gemspec index dfc2c58..af76fe1 100644 --- a/sevenwire-rubocop.gemspec +++ b/sevenwire-rubocop.gemspec @@ -24,6 +24,6 @@ Gem::Specification.new do |spec| spec.add_dependency "rubocop", "~> 0.62.0" spec.add_dependency "rubocop-rspec", "~> 1.31.0" - spec.add_development_dependency "bundler", "~> 1.15" + spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 10.0" end