From 86d262d5c57fc67250d254839f9400bfe853a9c1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 20 Aug 2024 09:25:34 +0000 Subject: [PATCH] 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 --- Gemfile | 2 +- doc/INSTALL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5