From: Go MAEDA Date: Sun, 8 Dec 2019 00:42:47 +0000 (+0000) Subject: Update Rails to 5.2.4 (#32526). X-Git-Tag: 4.2.0~1307 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=87b1f1a4391cdece38abc54fd7ac5c4090a62bd9;p=redmine.git Update Rails to 5.2.4 (#32526). git-svn-id: http://svn.redmine.org/redmine/trunk@19345 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 486f911ae..4a92ade4a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem "bundler", ">= 1.5.0" -gem "rails", "5.2.3" +gem "rails", "5.2.4" gem "rouge", "~> 3.13.0" gem "request_store", "1.0.5" gem "mini_mime", "~> 1.0.1"