From 9d2cf161a863046b61256d058ee80b28d9ab6c70 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 7 May 2021 02:34:34 +0000 Subject: [PATCH] Update Rails to 5.2.6 (#35214). git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20985 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 62204e12b..1330bd3c2 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0' gem "bundler", ">= 1.5.0" -gem 'rails', '5.2.5' +gem 'rails', '5.2.6' gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5' gem "rouge", "~> 3.12.0" gem "request_store", "~> 1.4.1" -- 2.39.5