From 869a378d3da328905b59dd682abb4b63ef28de88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 21:12:11 +0000 Subject: [PATCH] Update bundler requirement from ~> 2.0.2 to ~> 2.2.12 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.12) 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..fa186a7 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.12" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_runtime_dependency "slop", "~> 4.4"