From 90664f65777fc9c0b66b37a033ce767887e43045 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 10:30:19 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.3 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.3.0...bundler-v2.2.0) Signed-off-by: dependabot-preview[bot] --- opic.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opic.gemspec b/opic.gemspec index d0b9a44..79d6509 100644 --- a/opic.gemspec +++ b/opic.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "rest-client" - spec.add_development_dependency "bundler", "~> 1.3" + spec.add_development_dependency "bundler", "~> 2.2" spec.add_development_dependency "pry" spec.add_development_dependency "rspec" spec.add_development_dependency "rake"