diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-09 15:25:31 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-09 15:25:31 +0300 |
commit | f7ef23e41210a43d75fe3255562792be3636f849 (patch) | |
tree | b1c8701c0b86068e12168e4a53d21daecda6c010 /Gemfile | |
parent | 551fa4c9d017b42ca362055d8bddb817bb395a52 (diff) | |
download | gitlab-ce-f7ef23e41210a43d75fe3255562792be3636f849.tar.gz |
Send devise emails async
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ gem "pg", group: :postgres # Auth gem "devise", '~> 2.2' +gem "devise-async" gem 'omniauth', "~> 1.1.3" gem 'omniauth-google-oauth2' gem 'omniauth-twitter' |