From 5c24c1d63778e4861379694ddc64a965389a9362 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 18 Mar 2022 02:19:30 +0000 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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