]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: Update Rails to 6.1 (#29914).
authorGo MAEDA <maeda@farend.jp>
Thu, 1 Apr 2021 14:29:48 +0000 (14:29 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 1 Apr 2021 14:29:48 +0000 (14:29 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20879 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 443cd04d767e1ba8e4a336a0c52f16daf319f823..7ee5521def33cdd93e6fd17b4d44ea7c78602157 100644 (file)
--- 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'