1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Drop Ruby < 2.5 support (#31128).

git-svn-id: http://svn.redmine.org/redmine/trunk@20902 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-04-01 16:20:22 +00:00
parent ee66963592
commit 0cf25f32b9
2 changed files with 5 additions and 6 deletions

View File

@ -1,19 +1,18 @@
source 'https://rubygems.org'
ruby '>= 2.4.0', '< 2.8.0'
ruby '>= 2.5.0', '< 2.8.0'
gem 'bundler', '>= 1.12.0'
gem 'rails', '6.1.3.1'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'rouge', '~> 3.26.0'
gem 'request_store', '~> 1.5.0'
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"
gem 'roadie-rails', (RUBY_VERSION < '2.5' ? '~> 1.3.0' : '~> 2.2.0')
gem 'roadie-rails', '~> 2.2.0'
gem 'marcel'
gem "mail", "~> 2.7.1"
gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1')
gem 'nokogiri', (RUBY_VERSION < '2.5' ? '~> 1.10.0' : '~> 1.11.1')
gem 'csv', '~> 3.1.1'
gem 'nokogiri', '~> 1.11.1'
gem 'i18n', '~> 1.8.2'
gem "rbpdf", "~> 1.20.0"
gem 'addressable'

View File

@ -7,7 +7,7 @@ http://www.redmine.org/
== Requirements
* Ruby 2.4, 2.5, 2.6, 2.7 (excluding 2.7.0 and 2.7.1)
* Ruby 2.5, 2.6, 2.7
* Bundler >= 1.12.0
* A database: