From c51364499ba9e7ad6fd1d26f3fa9443c6e6d0351 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 20:59:51 +0000 Subject: [PATCH] Update bundler requirement from ~> 2.0.2 to ~> 2.2.6 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.6) 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..5742f33 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.6" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_runtime_dependency "slop", "~> 4.4"