From: Go MAEDA Date: Mon, 15 Mar 2021 13:16:13 +0000 (+0000) Subject: Update Rails to 5.2.4.5 (#33906). X-Git-Tag: 4.2.0~50 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=40223c98540b34e37991b57588b3046a739590e5;p=redmine.git 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 --- 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'