summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-03-24 22:36:02 +0000
committerGo MAEDA <maeda@farend.jp>2020-03-24 22:36:02 +0000
commitb76d5490c2810b48cde4e0905b53900b026330f2 (patch)
tree790124f94ffe08c3f6538898b1ca1966b24f514d /Gemfile
parent8f22b02ca864786e5770816442911d49f95d2d0a (diff)
downloadredmine-b76d5490c2810b48cde4e0905b53900b026330f2.tar.gz
redmine-b76d5490c2810b48cde4e0905b53900b026330f2.zip
Update Rails to 5.2.4.2 (#33196).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19616 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 bfa946bbc..9c84e5809 100644
--- 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.1"
+gem 'rails', '5.2.4.2'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'rouge', '~> 3.17.0'
gem 'request_store', '~> 1.5.0'