From 353b55e048f76285a1213a84c984574fd21e0b56 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:17 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.15 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.15.0...bundler-v2.2.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-gitlab.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-gitlab.gemspec b/sensu-plugins-gitlab.gemspec index b1a622e..8969fc8 100644 --- a/sensu-plugins-gitlab.gemspec +++ b/sensu-plugins-gitlab.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_runtime_dependency 'rest-client', '~> 2.0' s.add_runtime_dependency 'sensu-plugin', '~> 2.0' - s.add_development_dependency 'bundler', '~> 1.15' + s.add_development_dependency 'bundler', '~> 2.2' s.add_development_dependency 'github-markup', '~> 1.3' s.add_development_dependency 'kitchen-docker', '~> 2.6' s.add_development_dependency 'kitchen-localhost', '~> 0.3'