Revert "Remove the Devise Async gem."
This reverts commit 1cc614f2. It was causing the ActiveJob integration to fail, so unfortunately we'll have to add the gem again.
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment