From 40223c98540b34e37991b57588b3046a739590e5 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 15 Mar 2021 13:16:13 +0000 Subject: [PATCH] Update Rails to 5.2.4.5 (#33906). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20789 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 031fc9bdc..96aef3253 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.4.4' +gem 'rails', '5.2.4.5' gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5' gem 'rouge', '~> 3.26.0' gem 'request_store', '~> 1.5.0' -- 2.39.5