From 7fffff93d42ff5fdaa85afa5608af1fc23735c82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 13:13:43 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.16 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.16.0...bundler-v2.2.0) Signed-off-by: dependabot-preview[bot] --- cocoapods-amicable.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoapods-amicable.gemspec b/cocoapods-amicable.gemspec index bfab298..01c7c52 100644 --- a/cocoapods-amicable.gemspec +++ b/cocoapods-amicable.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.files = Dir['lib/**/*'] - spec.add_development_dependency 'bundler', '~> 1.16' + spec.add_development_dependency 'bundler', '~> 2.2' spec.add_development_dependency 'rake', '~> 12.3' spec.required_ruby_version = '~> 2.0'