From 83c71bede7035ea1d9bf5241006d3b7c8f45b90d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 04:49:51 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.16.2 to ~> 2.2.21 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.2...bundler-v2.2.21) Signed-off-by: dependabot-preview[bot] --- mailinator.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailinator.gemspec b/mailinator.gemspec index c30e705..3412b60 100644 --- a/mailinator.gemspec +++ b/mailinator.gemspec @@ -20,6 +20,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'hashie', '>= 3.5.4', '< 3.7.0' - spec.add_development_dependency 'bundler', '~> 1.16.2' + spec.add_development_dependency 'bundler', '~> 2.2.21' spec.add_development_dependency 'rake', '~> 12.3.1' end