From: Go MAEDA Date: Tue, 20 Aug 2024 09:25:34 +0000 (+0000) Subject: Drop support for Ruby 3.0 due to Rails 7.2 update (#38585, #36320). X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=86d262d5c57fc67250d254839f9400bfe853a9c1;p=redmine.git Drop support for Ruby 3.0 due to Rails 7.2 update (#38585, #36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22971 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 3d2cafab6..09aae4c63 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '>= 3.0.0', '< 3.4.0' +ruby '>= 3.1.0', '< 3.4.0' gem 'rails', '7.2.0' gem 'rouge', '~> 4.2' diff --git a/doc/INSTALL b/doc/INSTALL index 15b07ceaf..d799f440d 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -7,7 +7,7 @@ http://www.redmine.org/ == Requirements -* Ruby 3.0, 3.1, 3.2, 3.3 +* Ruby 3.1, 3.2, 3.3 * A database: * MySQL (tested with MySQL 8)