From 8c71f494c824a1cc1e582b5792929e8ee1537816 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 06:13:58 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.7 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.7.0...bundler-v2.2.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-ftp.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-ftp.gemspec b/sensu-plugins-ftp.gemspec index a8aa36e..1685f6b 100644 --- a/sensu-plugins-ftp.gemspec +++ b/sensu-plugins-ftp.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'sensu-plugin', '>= 1.2', '< 5.0' s.add_runtime_dependency 'double-bag-ftps', '~> 0.1.3' - s.add_development_dependency 'bundler', '~> 1.7' + s.add_development_dependency 'bundler', '~> 2.2' s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4' s.add_development_dependency 'github-markup', '~> 3.0' s.add_development_dependency 'pry', '~> 0.10'