summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-01-14 00:30:46 +0000
committerGo MAEDA <maeda@farend.jp>2020-01-14 00:30:46 +0000
commit148e6e8eec3c56c3a1c7d2dad6f6130e731bc9e2 (patch)
tree034666cd3f9cde84ae919278f5bb588d53bf62f7 /Gemfile
parentd9329c9f3a3d5e3cb56175fd35ec7e9488beb815 (diff)
downloadredmine-148e6e8eec3c56c3a1c7d2dad6f6130e731bc9e2.tar.gz
redmine-148e6e8eec3c56c3a1c7d2dad6f6130e731bc9e2.zip
Specify supported Ruby version in Gemfile and doc/INSTALL (#32788).
git-svn-id: http://svn.redmine.org/redmine/trunk@19425 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cf9c01808..27988418c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,6 @@
source 'https://rubygems.org'
+ruby '>= 2.3.0', '< 2.7.0'
gem "bundler", ">= 1.5.0"
gem "rails", "5.2.4.1"