From 52f66125510dedbcc0669c0d8f63179aa90f9414 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 05:14:24 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.5 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.5.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- cf-deploy.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-deploy.gemspec b/cf-deploy.gemspec index ac68258..1de94a5 100644 --- a/cf-deploy.gemspec +++ b/cf-deploy.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'rake' - spec.add_development_dependency 'bundler', '~> 1.5' + spec.add_development_dependency 'bundler', '~> 2.1' spec.add_development_dependency 'rspec', '~> 3.0.0' spec.add_development_dependency 'simplecov', '~> 0.7.1' spec.add_development_dependency 'codeclimate-test-reporter'