Skip to content

Commit 706ed4b

Browse files
committed
Ruby 2.7 support (#31500).
git-svn-id: http://svn.redmine.org/redmine/trunk@20150 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent ba016c5 commit 706ed4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '>= 2.3.0', '< 2.7.0'
3+
ruby '>= 2.3.0', '< 2.8.0'
44
gem 'bundler', '>= 1.12.0'
55

66
gem 'rails', '5.2.4.4'

doc/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ http://www.redmine.org/
77

88
== Requirements
99

10-
* Ruby 2.3, 2.4, 2.5, 2.6
10+
* Ruby 2.3, 2.4, 2.5, 2.6, 2.7 (excluding 2.7.0 and 2.7.1)
1111
* Bundler >= 1.12.0
1212

1313
* A database:

0 commit comments

Comments
 (0)