summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-02-14 06:39:42 +0000
committerGo MAEDA <maeda@farend.jp>2022-02-14 06:39:42 +0000
commita4ce5024d59f404fc7497f39aaf44b1e52531b84 (patch)
tree6335b3b5bf991171d72e98770dbd480165b0c408
parent452eb7f166754685866f54f832ca1ac5ffb955b5 (diff)
downloadredmine-a4ce5024d59f404fc7497f39aaf44b1e52531b84.tar.gz
redmine-a4ce5024d59f404fc7497f39aaf44b1e52531b84.zip
Update Rails to 5.2.6.2 (#36633).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21410 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bff94d45c..8b3554ebe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
gem "bundler", ">= 1.5.0"
-gem 'rails', '5.2.6'
+gem 'rails', '5.2.6.2'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
gem "rouge", "~> 3.12.0"