summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-09-14 13:54:19 +0000
committerDouwe Maan <douwe@gitlab.com>2016-09-14 13:54:19 +0000
commit0dd192af91dd64e504ec08e8632f8e939adcfd3d (patch)
tree979789e56a2e542d089c2e3e7b3f5ef5087ccead /Gemfile
parent72e9f63ff722585ba75abbf4635f649e88709a70 (diff)
parentd8b7bb981294995166dd27e8fbd5a8dd1e8a8858 (diff)
downloadgitlab-ce-0dd192af91dd64e504ec08e8632f8e939adcfd3d.tar.gz
Merge branch '21748-updating-omniauth-facebook' into 'master'
Update omniauth-facebook to '~>4.0.0' ## What does this MR do? Update omniauth-facebook to '~>4.0.0' ## What are the relevant issue numbers? Closes #21748 cc @ubudzisz @yorickpeterse @grzesiek @tmaczukin See merge request !6321
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index df546849fad..412f6f42e08 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@ gem 'omniauth-auth0', '~> 1.4.1'
gem 'omniauth-azure-oauth2', '~> 0.0.6'
gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-cas3', '~> 1.1.2'
-gem 'omniauth-facebook', '~> 3.0.0'
+gem 'omniauth-facebook', '~> 4.0.0'
gem 'omniauth-github', '~> 1.1.1'
gem 'omniauth-gitlab', '~> 1.0.0'
gem 'omniauth-google-oauth2', '~> 0.4.1'