From: Marius Balteanu Date: Wed, 27 Apr 2022 20:03:38 +0000 (+0000) Subject: Update Rails to 5.2.7.1 (#37045). X-Git-Tag: 4.2.6~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=08ccef91a83e9decb6054d78138f5b3044ce1440;p=redmine.git Update Rails to 5.2.7.1 (#37045). git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21538 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index e84d58840..ae91001a3 100644 --- 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.7' +gem 'rails', '5.2.7.1' 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'