From a211265ec87cc3b5c3e9259129536ad5dd8bd874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 3 Jan 2019 05:46:30 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.7 to ~> 2.0 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/bundler/bundler/blob/master/CHANGELOG.md) - [Commits](https://github.com/bundler/bundler/commits/v2.0.0) Signed-off-by: dependabot[bot] --- sensu-plugins-ipmi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-ipmi.gemspec b/sensu-plugins-ipmi.gemspec index 041cd10..2bd6f58 100644 --- a/sensu-plugins-ipmi.gemspec +++ b/sensu-plugins-ipmi.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'sensu-plugin', '~> 1.2' s.add_runtime_dependency 'rubyipmi', '0.10.0' - s.add_development_dependency 'bundler', '~> 1.7' + s.add_development_dependency 'bundler', '~> 2.0' s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4' s.add_development_dependency 'github-markup', '~> 3.0' s.add_development_dependency 'pry', '~> 0.10'