summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-10 03:04:32 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-10 03:04:32 +0000
commitb968ecc91d8a84406aa9cdefd2caa19acef9766d (patch)
tree438be8e82c6493c92148eede959b559624b9733d /Gemfile
parent6765505b2d0dd14014988b9b15096a33f5b9b2d1 (diff)
downloadredmine-b968ecc91d8a84406aa9cdefd2caa19acef9766d.tar.gz
redmine-b968ecc91d8a84406aa9cdefd2caa19acef9766d.zip
Require bundler >= 1.5.0 (#30353).
git-svn-id: http://svn.redmine.org/redmine/trunk@17781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 873e99c20..7ffeeb8e6 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"
gem "rails", "5.2.2"
gem "rouge", "~> 3.3.0"