Merge branch 'feature/devise_email_async' of /home/git/repositories/gitlab/gitlabhq
Showing
... | @@ -16,6 +16,7 @@ gem "pg", group: :postgres | ... | @@ -16,6 +16,7 @@ gem "pg", group: :postgres |
# Auth | # Auth | ||
gem "devise", '~> 2.2' | gem "devise", '~> 2.2' | ||
gem "devise-async" | |||
gem 'omniauth', "~> 1.1.3" | gem 'omniauth', "~> 1.1.3" | ||
gem 'omniauth-google-oauth2' | gem 'omniauth-google-oauth2' | ||
gem 'omniauth-twitter' | gem 'omniauth-twitter' | ||
... | ... |
Please register or sign in to comment