]> source.dussan.org Git - redmine.git/commitdiff
Redmine 4.1 installation fails due to an attempt to install sprockets 4.0.0 if bundle...
authorGo MAEDA <maeda@farend.jp>
Sat, 25 Jan 2020 02:16:11 +0000 (02:16 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 25 Jan 2020 02:16:11 +0000 (02:16 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@19456 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 811212e6f155d444a144ce8b6b87bd35fd69ab1d..78db5caf88b970fb8ce35c8537dc6a9b72ecb34c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,7 @@ ruby '>= 2.3.0', '< 2.7.0'
 gem "bundler", ">= 1.5.0"
 
 gem "rails", "5.2.4.1"
+gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
 gem 'rouge', '~> 3.15.0'
 gem 'request_store', '~> 1.5.0'
 gem "mini_mime", "~> 1.0.1"