From 62412a4e506cc5cafd86d934a5a0233946b96d54 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 10 Jan 2019 03:13:49 +0000 Subject: Require bundler >= 1.5.0 and < 2.0.0 (#30353). git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17783 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cb5646561..43fc63d43 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,6 @@ source 'https://rubygems.org' -if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') - abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." -end +gem "bundler", ">= 1.5.0", "< 2.0.0" gem "rails", "4.2.11" gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" -- cgit v1.2.3