1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Add Ruby 3.3 to supported Ruby versions (#39761).

git-svn-id: https://svn.redmine.org/redmine/trunk@22609 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-01-17 00:19:03 +00:00
parent dc1f6002a0
commit 6f4357b0a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '>= 2.7.0', '< 3.3.0'
ruby '>= 2.7.0', '< 3.4.0'
gem 'rails', '7.1.2'
gem 'rouge', '~> 4.2.0'

View File

@ -7,7 +7,7 @@ http://www.redmine.org/
== Requirements
* Ruby 2.7, 3.0, 3.1, 3.2
* Ruby 2.7, 3.0, 3.1, 3.2, 3.3
* A database:
* MySQL (tested with MySQL 8)