From: Go MAEDA Date: Mon, 21 Mar 2022 06:44:08 +0000 (+0000) Subject: Merged r21462 from trunk to 4.2-stable (#36795). X-Git-Tag: 4.2.5~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0bbc2d50a796653691a812edcf0ea4f27e29b456;p=redmine.git Merged r21462 from trunk to 4.2-stable (#36795). git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21486 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index c2ab93af8..273c43eea 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'rubyzip', '~> 2.3.0' gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin] # TOTP-based 2-factor authentication -gem 'rotp' +gem 'rotp', '>= 5.0.0' gem 'rqrcode' # Optional gem for LDAP authentication