From: Go MAEDA Date: Mon, 26 Dec 2022 01:47:30 +0000 (+0000) Subject: Update Gemfile to allow using Ruby 3.2 (#38099). X-Git-Tag: 5.1.0~321 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81bd86152547cb874666de019d700d10f55b3958;p=redmine.git Update Gemfile to allow using Ruby 3.2 (#38099). git-svn-id: https://svn.redmine.org/redmine/trunk@22001 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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'