From: Go MAEDA Date: Thu, 1 Apr 2021 14:29:48 +0000 (+0000) Subject: Gemfile: Update Rails to 6.1 (#29914). X-Git-Tag: 5.0.0~480 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=282adb80d4436f126cf8d292016a041c7363bf96;p=redmine.git Gemfile: Update Rails to 6.1 (#29914). git-svn-id: http://svn.redmine.org/redmine/trunk@20879 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 443cd04d7..7ee5521de 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '>= 2.4.0', '< 2.8.0' gem 'bundler', '>= 1.12.0' -gem 'rails', '5.2.5' +gem 'rails', '6.1.3.1' gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5' gem 'rouge', '~> 3.26.0' gem 'request_store', '~> 1.5.0'