Bump devise-two-factor gem to v3.1.0
This version locks down the Rails dependency version and fixes Devise's paranoid-mode: https://github.com/tinfoil/devise-two-factor/pull/138 Full list of changes: https://github.com/tinfoil/devise-two-factor/compare/v3.0.3..v3.1.0 Closes https://gitlab.com/gitlab-org/gitlab/issues/207413
Showing
... | ... | @@ -58,7 +58,7 @@ gem 'akismet', '~> 3.0' |
gem 'invisible_captcha', '~> 0.12.1' | ||
# Two-factor authentication | ||
gem 'devise-two-factor', '~> 3.0.0' | ||
gem 'devise-two-factor', '~> 3.1.0' | ||
gem 'rqrcode-rails3', '~> 0.1.7' | ||
gem 'attr_encrypted', '~> 3.1.0' | ||
gem 'u2f', '~> 0.2.1' | ||
... | ... |
Please register or sign in to comment