Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-07 05:03:42 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-10-07 05:03:42 +0300
commit33222b575603e6e24446ded8fa33ff36cfa25c0e (patch)
tree5dda26347b4951e0bf900aed8575cbc5b44ee364 /Gemfile
parent59abf498c67872da702ee35832859f6c07b37a8e (diff)
Update omniauth-shibboleth to ~> 1.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 98cd3bcd260..bfcdeff16da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,6 +24,7 @@ gem "pg", '~> 0.18.2', group: :postgres
# Authentication libraries
gem 'devise', '~> 3.5.2'
gem 'devise-async', '~> 0.9.0'
+gem 'doorkeeper', '~> 2.1.3'
gem 'omniauth', '~> 1.2.2'
gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-github', '~> 1.1.1'
@@ -31,10 +32,9 @@ gem 'omniauth-gitlab', '~> 1.0.0'
gem 'omniauth-google-oauth2', '~> 0.2.0'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-saml', '~> 1.4.0'
-gem 'omniauth-shibboleth', '~> 1.1.1'
+gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
gem 'omniauth_crowd'
-gem 'doorkeeper', '~> 2.1.3'
gem 'rack-oauth2', '~> 1.0.5'
# Two-factor authentication