]> source.dussan.org Git - redmine.git/commitdiff
Update Rails to 5.2.6.2 (#36633).
authorGo MAEDA <maeda@farend.jp>
Mon, 14 Feb 2022 06:39:42 +0000 (06:39 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 14 Feb 2022 06:39:42 +0000 (06:39 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21410 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index bff94d45cc7dad8f853f500e1c853275af671914..8b3554ebe66da195e3a255cade6b5ba9aa3f5672 100644 (file)
--- 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"