diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-10 09:02:57 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-10 11:37:37 -0800 |
commit | 7f1b60cc66d27d1596b881884734532cdc62efd7 (patch) | |
tree | a257d0927d46e33c015f09e7256ceb615bde889e /Gemfile | |
parent | 0d65f09ff1d98e9474a0f441aa7ced04336a04f9 (diff) | |
download | gitlab-ce-7f1b60cc66d27d1596b881884734532cdc62efd7.tar.gz |
Bump devise to 3.5.3 to fix reset token expiring after account creation
Also fixes an incorrect redirect after login with relative URL root:
Closes https://github.com/gitlabhq/gitlabhq/issues/8228
Closes #2750
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ gem "mysql2", '~> 0.3.16', group: :mysql gem "pg", '~> 0.18.2', group: :postgres # Authentication libraries -gem 'devise', '~> 3.5.2' +gem 'devise', '~> 3.5.3' gem 'devise-async', '~> 0.9.0' gem 'doorkeeper', '~> 2.2.0' gem 'omniauth', '~> 1.2.2' |