From 200fd3951f32d6f3d317259e26f455535c68826a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 05:20:56 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.13 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.13.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- ixbrl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixbrl.gemspec b/ixbrl.gemspec index a58d937..55a9d30 100644 --- a/ixbrl.gemspec +++ b/ixbrl.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'rubyzip', '>= 1.0.0' spec.add_runtime_dependency 'parallel' - spec.add_development_dependency "bundler", "~> 1.13" + spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "rspec", "~> 3.0" end