From a4f8e51282eb8a270f8fd0f8e30a0f6a41c07cfd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 11:50:46 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.16 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/rubygems/bundler/blob/master/CHANGELOG.md) - [Commits](https://github.com/bundler/bundler/compare/v1.16.0...v2.1.4) Signed-off-by: dependabot-preview[bot] --- matchd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchd.gemspec b/matchd.gemspec index 9c97c63..fa76240 100644 --- a/matchd.gemspec +++ b/matchd.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "dry-configurable", ">= 0.7", "< 0.12" spec.add_runtime_dependency "thor", "~> 0.20.0" - spec.add_development_dependency "bundler", "~> 1.16" + spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" end