From 39ba2c4896dfe0f269b87a7f4577ccdb8b0266c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 04:23:44 +0000 Subject: [PATCH] Update bundler requirement from ~> 2.1.4 to ~> 2.2.15 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.15) 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..3f28b34 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.15' 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'