From 09dd5a487b3fa1e48348805f48065977e3bb58d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 21:12:41 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.11 to ~> 2.1 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.11.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- messenger_platform.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger_platform.gemspec b/messenger_platform.gemspec index fb05ff2..1475990 100644 --- a/messenger_platform.gemspec +++ b/messenger_platform.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_development_dependency "bundler", "~> 1.11" + spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0"