diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-11-03 17:58:12 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-11-03 17:59:07 +0100 |
commit | 4773d98e835dd14bd73e7bde0d5bcf4754355976 (patch) | |
tree | c03faed1b0ddbb2ebb004cf1d504efa9949b5822 /Gemfile | |
parent | 482a17089fae42bd15303206788734ab9ac99453 (diff) | |
download | gitlab-ce-4773d98e835dd14bd73e7bde0d5bcf4754355976.tar.gz |
Add Facebook authentication
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ gem 'devise-async', '~> 0.9.0' gem 'doorkeeper', '~> 2.1.3' gem 'omniauth', '~> 1.2.2' gem 'omniauth-bitbucket', '~> 0.0.2' +gem 'omniauth-facebook', '~> 3.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.0' gem 'omniauth-google-oauth2', '~> 0.2.0' |