summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-09-28 21:38:06 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-09-28 21:38:06 +0800
commite9060da6f0aee35d1d6b7a9158a102c4b197a965 (patch)
treecb4235d6eabd6a9470f7b4b01673adf4f0fcdad6 /Gemfile
parent028712fb843881f5c51d84e6b1edf77da2bc76ca (diff)
parent576425f029aae35d2489b058595dd40ae2ae6e2c (diff)
downloadgitlab-ce-e9060da6f0aee35d1d6b7a9158a102c4b197a965.tar.gz
Merge remote-tracking branch 'upstream/master' into gem/sm/bump-google-api-client-gem-from-0-8-6-to-0-13-6
* upstream/master: (130 commits) Handle error when fetching ref for MR with deleted source branch refactor emails service fix update service refactor users update service refactor keys controller refactor some controllers to make them EE friendly fix specs fix users update service update initializers refactor services to match EE signature Change recommended MySQL version to 5.6 Clarify artifact download via the API only accepts branch or tag name for ref Clean merge_jid whenever necessary on the merge process Rolling back change to n+1 detection Breadcrumbs receives padding when double lined karma spec fixes Add EEP to headings Added some Gitaly docs to `docs/development` Check orientation of profile image Fixed missing namespaces on navigation translations ...
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 460d9a05292..fb66b176ad7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@ gem 'doorkeeper', '~> 4.2.0'
gem 'doorkeeper-openid_connect', '~> 1.1.0'
gem 'omniauth', '~> 1.4.2'
gem 'omniauth-auth0', '~> 1.4.1'
-gem 'omniauth-azure-oauth2', '~> 0.0.6'
+gem 'omniauth-azure-oauth2', '~> 0.0.9'
gem 'omniauth-cas3', '~> 1.1.4'
gem 'omniauth-facebook', '~> 4.0.0'
gem 'omniauth-github', '~> 1.1.1'