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.lock | |
parent | 482a17089fae42bd15303206788734ab9ac99453 (diff) | |
download | gitlab-ce-4773d98e835dd14bd73e7bde0d5bcf4754355976.tar.gz |
Add Facebook authentication
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 65abc45ff19..c9ba4959ddf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,6 +423,8 @@ GEM multi_json (~> 1.7) omniauth (~> 1.1) omniauth-oauth (~> 1.0) + omniauth-facebook (3.0.0) + omniauth-oauth2 (~> 1.2) omniauth-github (1.1.2) omniauth (~> 1.0) omniauth-oauth2 (~> 1.1) @@ -859,6 +861,7 @@ DEPENDENCIES octokit (~> 3.7.0) omniauth (~> 1.2.2) omniauth-bitbucket (~> 0.0.2) + omniauth-facebook (~> 3.0.0) omniauth-github (~> 1.1.1) omniauth-gitlab (~> 1.0.0) omniauth-google-oauth2 (~> 0.2.0) |