summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-12-26 01:47:30 +0000
committerGo MAEDA <maeda@farend.jp>2022-12-26 01:47:30 +0000
commit81bd86152547cb874666de019d700d10f55b3958 (patch)
tree7f5229a22282d3758b82cd02f846faa3c37c63c7 /Gemfile
parentf186e614eefbcdb56c79c2dbb37b426799e9efe9 (diff)
downloadredmine-81bd86152547cb874666de019d700d10f55b3958.tar.gz
redmine-81bd86152547cb874666de019d700d10f55b3958.zip
Update Gemfile to allow using Ruby 3.2 (#38099).
git-svn-id: https://svn.redmine.org/redmine/trunk@22001 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 46db0d614..ad36471b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-ruby '>= 2.6.0', '< 3.2.0'
+ruby '>= 2.6.0', '< 3.3.0'
gem 'bundler', '>= 1.12.0'
gem 'rails', '6.1.7'