From ef104258725b245316c82eb9729e08657303be0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 20:14:26 +0000 Subject: [PATCH] Update bundler requirement from ~> 2.0.2 to ~> 2.2.0 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/v2.0.2...bundler-v2.2.0) Signed-off-by: dependabot-preview[bot] --- openbd_api.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbd_api.gemspec b/openbd_api.gemspec index 26db2c5..da51713 100644 --- a/openbd_api.gemspec +++ b/openbd_api.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_development_dependency "bundler", "~> 2.0.2" + spec.add_development_dependency "bundler", "~> 2.2.0" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_runtime_dependency "slop", "~> 4.4"