From: Go MAEDA Date: Fri, 18 Mar 2022 02:19:30 +0000 (+0000) Subject: Set the minimum required version of ROTP gem to 5.0.0 (#36795). X-Git-Tag: 5.0.0~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5c24c1d63778e4861379694ddc64a965389a9362;p=redmine.git Set the minimum required version of ROTP gem to 5.0.0 (#36795). git-svn-id: http://svn.redmine.org/redmine/trunk@21462 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 588436e0a..1ca863649 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'net-pop', '~> 0.1.1' 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