From ec3aae9d729c9d93f19041eab7429b9bd25585ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 20:23:47 +0000 Subject: [PATCH] Update bundler requirement from ~> 2.0.2 to ~> 2.2.13 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.13) 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..50229f1 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.13" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_runtime_dependency "slop", "~> 4.4"