]> source.dussan.org Git - redmine.git/commitdiff
Update Rails to 5.2.4.5 (#33906).
authorGo MAEDA <maeda@farend.jp>
Mon, 15 Mar 2021 13:16:13 +0000 (13:16 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 15 Mar 2021 13:16:13 +0000 (13:16 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@20789 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 031fc9bdcd8dd4d30b4d5bb9904471aa61ae2659..96aef3253edb935c995cefc0f4f08b056a15633d 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.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'