summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-02-25 21:11:12 -0800
committerStan Hu <stanhu@gmail.com>2017-02-25 21:11:12 -0800
commit18cdc466350bee98831d47c8f7cead204e0eb69a (patch)
tree24686a3f62a19743af69ab2468d835d364b87af3 /Gemfile
parente5f1257f901b31128e9f6effc0bf7ed2b11107e6 (diff)
downloadgitlab-ce-18cdc466350bee98831d47c8f7cead204e0eb69a.tar.gz
Bump omniauth to 1.4.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8715acba24f..a3d036792e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ gem 'rugged', '~> 0.24.0'
# Authentication libraries
gem 'devise', '~> 4.2'
gem 'doorkeeper', '~> 4.2.0'
-gem 'omniauth', '~> 1.3.2'
+gem 'omniauth', '~> 1.4.2'
gem 'omniauth-auth0', '~> 1.4.1'
gem 'omniauth-azure-oauth2', '~> 0.0.6'
gem 'omniauth-cas3', '~> 1.1.2'