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

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
This commit is contained in:
Go MAEDA 2024-08-20 09:25:34 +00:00
parent 218b1ecae5
commit 86d262d5c5
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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)