mirror of
https://github.com/redmine/redmine.git
synced 2025-12-17 05:50:29 +01:00
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
This commit is contained in:
4
Gemfile
4
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'
|
||||
|
||||
@@ -8,7 +8,7 @@ http://www.redmine.org/
|
||||
== Requirements
|
||||
|
||||
* Ruby 2.3, 2.4, 2.5, 2.6
|
||||
* Bundler >= 1.5.0
|
||||
* Bundler >= 1.12.0
|
||||
|
||||
* A database:
|
||||
* MySQL (tested with MySQL 5.7)
|
||||
|
||||
Reference in New Issue
Block a user