summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-03-21 17:15:20 +0000
committerRobert Speicher <robert@gitlab.com>2018-03-21 17:15:20 +0000
commitaa168687a29e9f42a764878b98942857d9b353bb (patch)
treeef327cc7aec0e2a44cab9a77f5c017008db32f6f /Gemfile
parente39d9371e36034b4a5b41f5d49176611643cbe7a (diff)
parentcb9ee5c090cfe0f2cd53f495b37774aa2c0d9cc2 (diff)
downloadgitlab-ce-aa168687a29e9f42a764878b98942857d9b353bb.tar.gz
Merge branch 'update-omniauth' into 'master'
Update omniauth 1.4.2 -> 1.8 See merge request gitlab-org/gitlab-ce!17763
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c553fb93fb4..9a7aea172c6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,7 +37,7 @@ gem 'faraday', '~> 0.12'
gem 'devise', '~> 4.2'
gem 'doorkeeper', '~> 4.3'
gem 'doorkeeper-openid_connect', '~> 1.3'
-gem 'omniauth', '~> 1.4.2'
+gem 'omniauth', '~> 1.8'
gem 'omniauth-auth0', '~> 1.4.1'
gem 'omniauth-azure-oauth2', '~> 0.0.9'
gem 'omniauth-cas3', '~> 1.1.4'