]> source.dussan.org Git - redmine.git/commitdiff
Set the minimum required version of ROTP gem to 5.0.0 (#36795).
authorGo MAEDA <maeda@farend.jp>
Fri, 18 Mar 2022 02:19:30 +0000 (02:19 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 18 Mar 2022 02:19:30 +0000 (02:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21462 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 588436e0ad9c1f1fb84b23f47a30962cd4a773e7..1ca863649d15ba0b31ea1189fdfed5d1baf92bc4 100644 (file)
--- 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