summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-01-27 14:02:05 +0000
committerGo MAEDA <maeda@farend.jp>2020-01-27 14:02:05 +0000
commit84a032f14b0f26a452c010a079b3735223aa691a (patch)
treede70d0fe6fe63a36d8f98ce392bc216d0528bb9b /Gemfile
parentf37ed7766572550bd563632f69ad940717fa9b90 (diff)
downloadredmine-84a032f14b0f26a452c010a079b3735223aa691a.tar.gz
redmine-84a032f14b0f26a452c010a079b3735223aa691a.zip
Drop support for Bundler prior to 1.12.0 (#32841).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19468 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index bcc58ee35..2dba4f77e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
-gem "bundler", ">= 1.5.0"
+ruby '>= 2.3.0', '< 2.7.0'
+gem 'bundler', '>= 1.12.0'
gem "rails", "5.2.4.1"
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'