]> source.dussan.org Git - redmine.git/commitdiff
Upgrade Rails to 5.2.4.4 (#34062).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 2 Oct 2020 16:32:19 +0000 (16:32 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 2 Oct 2020 16:32:19 +0000 (16:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20109 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index f9afd68bc3a65f631aea59506587b981f7dca29d..e2a7fa6e66a9333f408745c84417b08d20ec8228 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
 ruby '>= 2.3.0', '< 2.7.0'
 gem 'bundler', '>= 1.12.0'
 
-gem 'rails', '5.2.4.2'
+gem 'rails', '5.2.4.4'
 gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
 gem 'rouge', '~> 3.23.0'
 gem 'request_store', '~> 1.5.0'