diff options
author | Go MAEDA <maeda@farend.jp> | 2022-03-18 02:19:30 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-03-18 02:19:30 +0000 |
commit | 5c24c1d63778e4861379694ddc64a965389a9362 (patch) | |
tree | bfd1bbd1c2f3fca6c1284ac926ac6af4c7d9e846 /Gemfile | |
parent | fb74b90fef9645ac694eccd6569d7b3012c5f8c8 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |