From: Go MAEDA Date: Mon, 14 Feb 2022 06:39:42 +0000 (+0000) Subject: Update Rails to 5.2.6.2 (#36633). X-Git-Tag: 4.1.6~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a4ce5024d59f404fc7497f39aaf44b1e52531b84;p=redmine.git 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 --- 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"