Patch #36795 ยป rotp-version.patch
Gemfile | ||
---|---|---|
26 | 26 |
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin] |
27 | 27 | |
28 | 28 |
# TOTP-based 2-factor authentication |
29 |
gem 'rotp' |
|
29 |
gem 'rotp', '>= 5.0.0'
|
|
30 | 30 |
gem 'rqrcode' |
31 | 31 | |
32 | 32 |
# Optional gem for LDAP authentication |