mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Ruby 3.0: Update supported Ruby versions (#34992).
git-svn-id: http://svn.redmine.org/redmine/trunk@20913 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
83e22515b9
commit
fb878c4bd4
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby '>= 2.5.0', '< 2.8.0'
|
||||
ruby '>= 2.5.0', '< 3.1.0'
|
||||
gem 'bundler', '>= 1.12.0'
|
||||
|
||||
gem 'rails', '6.1.3.1'
|
||||
|
||||
@ -7,7 +7,7 @@ http://www.redmine.org/
|
||||
|
||||
== Requirements
|
||||
|
||||
* Ruby 2.5, 2.6, 2.7
|
||||
* Ruby 2.5, 2.6, 2.7, 3.0
|
||||
* Bundler >= 1.12.0
|
||||
|
||||
* A database:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user