summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-03-15 13:16:13 +0000
committerGo MAEDA <maeda@farend.jp>2021-03-15 13:16:13 +0000
commit40223c98540b34e37991b57588b3046a739590e5 (patch)
tree33d6d1a2849d18003258523052a2109743585cbf /Gemfile
parente4362a04f34e273b0f2b73fdb3250f2c971ab826 (diff)
downloadredmine-40223c98540b34e37991b57588b3046a739590e5.tar.gz
redmine-40223c98540b34e37991b57588b3046a739590e5.zip
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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'