From: Marius Balteanu Date: Wed, 27 Apr 2022 20:02:44 +0000 (+0000) Subject: Merged r21536 to 5.0-stable (#37045). X-Git-Tag: 5.0.1~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9f61be7e37c10f5adb3e4de077f177cf9414da3c;p=redmine.git Merged r21536 to 5.0-stable (#37045). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21537 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index c6848898f..b409c6acb 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '>= 2.5.0', '< 3.2.0' gem 'bundler', '>= 1.12.0' -gem 'rails', '6.1.5' +gem 'rails', '6.1.5.1' gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0') gem 'rouge', '~> 3.28.0' gem 'request_store', '~> 1.5.0'