From 33edfb2d4b99070798522e259da5a153de076eca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 20 Jun 2019 16:11:05 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.7 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.7.0...v2.0.2) Signed-off-by: dependabot-preview[bot] --- Tray.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tray.gemspec b/Tray.gemspec index e1b6a1b..5bbe1fd 100644 --- a/Tray.gemspec +++ b/Tray.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_development_dependency "bundler", "~> 1.7" + spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 10.0" spec.add_dependency "virtus"