mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 21:40:28 +01:00
Redmine 4.1 installation fails due to an attempt to install sprockets 4.0.0 if bundler prior to 1.15.2 is used on Ruby prior to 2.5 (#32839).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19456 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -4,6 +4,7 @@ ruby '>= 2.3.0', '< 2.7.0'
|
|||||||
gem "bundler", ">= 1.5.0"
|
gem "bundler", ">= 1.5.0"
|
||||||
|
|
||||||
gem "rails", "5.2.4.1"
|
gem "rails", "5.2.4.1"
|
||||||
|
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
|
||||||
gem 'rouge', '~> 3.15.0'
|
gem 'rouge', '~> 3.15.0'
|
||||||
gem 'request_store', '~> 1.5.0'
|
gem 'request_store', '~> 1.5.0'
|
||||||
gem "mini_mime", "~> 1.0.1"
|
gem "mini_mime", "~> 1.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user