From 3c3f9ed4093aac6bd2147ef1b685d1accd174486 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 15:12:18 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.3 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/compare/v1.3.0...v2.0.2) Signed-off-by: dependabot-preview[bot] --- nexpose.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexpose.gemspec b/nexpose.gemspec index 6286ca87..1bdcf52e 100644 --- a/nexpose.gemspec +++ b/nexpose.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.1' s.platform = 'ruby' - s.add_development_dependency('bundler', '~> 1.3') + s.add_development_dependency('bundler', '~> 2.0') s.add_development_dependency('codeclimate-test-reporter', '~> 0.4.6') s.add_development_dependency('simplecov', '~> 0.9.1') s.add_development_dependency('rake')