From 89438841cae5f6527c4b10a012144baabe4f5640 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 04:22:19 +0000 Subject: [PATCH] Update bundler requirement from ~> 2.1.4 to ~> 2.2.14 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/v2.1.4...bundler-v2.2.14) Signed-off-by: dependabot-preview[bot] --- simple_encryptable.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_encryptable.gemspec b/simple_encryptable.gemspec index f7e4f9a..676ec8e 100644 --- a/simple_encryptable.gemspec +++ b/simple_encryptable.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'activesupport', '>= 4.2' - spec.add_development_dependency 'bundler', '~> 2.1.4' + spec.add_development_dependency 'bundler', '~> 2.2.14' spec.add_development_dependency 'minitest', '~> 5.14.0' spec.add_development_dependency 'minitest-profile', '~> 0.0.2' spec.add_development_dependency 'minitest-reporters', '~> 1.4.2'