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:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-04-25 13:17:35 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-04-26 12:13:29 +0300
commit699ecad78c792a77f951ab9117bb1ae480b29716 (patch)
treebe8fba1b8a26427d1b6e04f6b59967dc4c06ac2d /Gemfile
parente6f6f8e7a3af3cd577075d1ac9ce287867c3e429 (diff)
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 71f27e0f6de..a8a59c976f6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,7 +51,6 @@ gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.4'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.3.1'
-gem 'omniauth-jwt', '~> 0.0.2'
gem 'rack-oauth2', '~> 1.2.1'
gem 'jwt', '~> 1.5.6'