diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-03 15:37:59 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-03 15:43:51 -0600 |
commit | 3004386b55fede6381e5e0794c12625e2b83de25 (patch) | |
tree | 274f89afa65a0bfc5e1913c2c6dd9a9465a72392 /Gemfile | |
parent | a0ea38c356889f8cca26ee389f6a466b03a6e057 (diff) | |
download | gitlab-ce-3004386b55fede6381e5e0794c12625e2b83de25.tar.gz |
Revert "Remove the Devise Async gem."
This reverts commit 1cc614f2bdd30b4fce35ee9e680f9272b9012978.
It was causing the ActiveJob integration to fail, so unfortunately we'll have to add the gem again.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ gem "pg", '~> 0.18.2', group: :postgres # Authentication libraries gem 'devise', '~> 3.5.4' gem 'doorkeeper', '~> 3.1' +gem 'devise-async', '~> 0.9.0' gem 'omniauth', '~> 1.3.1' gem 'omniauth-auth0', '~> 1.4.1' gem 'omniauth-azure-oauth2', '~> 0.0.6' |