From: Go MAEDA Date: Mon, 19 Oct 2020 00:34:11 +0000 (+0000) Subject: Ruby 2.7 support (#31500). X-Git-Tag: 4.2.0~667 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=706ed4be031ca5d1092e69ca7514170c96f5af47;p=redmine.git Ruby 2.7 support (#31500). git-svn-id: http://svn.redmine.org/redmine/trunk@20150 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 0cfe10e49..24c85b341 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '>= 2.3.0', '< 2.7.0' +ruby '>= 2.3.0', '< 2.8.0' gem 'bundler', '>= 1.12.0' gem 'rails', '5.2.4.4' diff --git a/doc/INSTALL b/doc/INSTALL index f4374dae1..5be44aa06 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -7,7 +7,7 @@ http://www.redmine.org/ == Requirements -* Ruby 2.3, 2.4, 2.5, 2.6 +* Ruby 2.3, 2.4, 2.5, 2.6, 2.7 (excluding 2.7.0 and 2.7.1) * Bundler >= 1.12.0 * A database: