From c76d1a2e91657709e7f94e7f985f4a785341a27c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 10:22:53 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.7 to ~> 2.2 Updates the requirements on [bundler](https://github.com/rubygems/rubygems) to permit the latest version. - [Release notes](https://github.com/rubygems/rubygems/releases) - [Changelog](https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md) - [Commits](https://github.com/rubygems/rubygems/compare/v1.7.0...bundler-v2.2.0) 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..a53ca11 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.2" spec.add_development_dependency "rake", "~> 10.0" spec.add_dependency "virtus"