From 6359de7536a54b6bc939e84f78b43a62e9fbb7e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 12:50:59 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.3 to ~> 2.1 Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version. - [Release notes](https://github.com/bundler/bundler/releases) - [Changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md) - [Commits](https://github.com/bundler/bundler/compare/v1.3.0...v2.1.2) 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..8b7a652 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.1" spec.add_development_dependency "pry" spec.add_development_dependency "rspec" spec.add_development_dependency "rake"