summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-03-18 02:19:30 +0000
committerGo MAEDA <maeda@farend.jp>2022-03-18 02:19:30 +0000
commit5c24c1d63778e4861379694ddc64a965389a9362 (patch)
treebfd1bbd1c2f3fca6c1284ac926ac6af4c7d9e846 /Gemfile
parentfb74b90fef9645ac694eccd6569d7b3012c5f8c8 (diff)
downloadredmine-5c24c1d63778e4861379694ddc64a965389a9362.tar.gz
redmine-5c24c1d63778e4861379694ddc64a965389a9362.zip
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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