]> source.dussan.org Git - redmine.git/commitdiff
Merged r19461 from trunk to 4.0-stable (#32788).
authorGo MAEDA <maeda@farend.jp>
Sun, 26 Jan 2020 01:16:19 +0000 (01:16 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 26 Jan 2020 01:16:19 +0000 (01:16 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19463 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 20348b2fbda1c41efa420c5b1809dd5e84f8e462..abae74c39863af513af7ff614e77c0a391ce2ad4 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-ruby '>= 2.3.0', '< 2.7.0'
+ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
 gem "bundler", ">= 1.5.0"
 
 gem "rails", "5.2.4.1"