diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-19 21:16:18 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-19 21:16:18 -0400 |
commit | 259851c0d601632ad02a9f6ac0d59276552570b9 (patch) | |
tree | ee51f875433e2df76f88a1ae8bad83225afe6400 /Gemfile | |
parent | 69723d20024821fb4206e899ffa3acd2da690315 (diff) | |
download | gitlab-ce-259851c0d601632ad02a9f6ac0d59276552570b9.tar.gz |
Bump devise-two-factor to 2.0.0rs-bump-two-factor
Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605
See https://github.com/tinfoil/devise-two-factor/pull/43
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ gem 'omniauth_crowd' gem "rack-oauth2", "~> 1.0.5" # Two-factor authentication -gem 'devise-two-factor', '~> 1.0.1' +gem 'devise-two-factor', '~> 2.0.0' gem 'rqrcode-rails3', '~> 0.1.7' gem 'attr_encrypted', '~> 1.3.4' |