]> 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:21:50 +0000 (06:21 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 14 Feb 2022 06:21:50 +0000 (06:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@21409 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index da63d905cc2f9b1aadb8d4d347230eb1708942df..b113ba1eb46b6e1349f038ab08677eceeccc0797 100644 (file)
--- 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.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.26.0'