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:
authorRémy Coutable <remy@rymai.me>2017-01-31 13:10:38 +0300
committerRémy Coutable <remy@rymai.me>2017-01-31 13:12:39 +0300
commit9e26c0de851d9ef7f9361f4386b8ac74e8b40e2e (patch)
treeb5194cced6f9a91b26051ee1f2a01be7b0e2a961 /Gemfile
parentc9203e25d214487b2b7ccc0e85af32e418a84bcb (diff)
Update and pin the `jwt` gem to ~> 1.5.6
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 37a7666602f..dd7c93c5a75 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,7 +36,7 @@ gem 'omniauth-twitter', '~> 1.2.0'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.2.0'
gem 'rack-oauth2', '~> 1.2.1'
-gem 'jwt'
+gem 'jwt', '~> 1.5.6'
# Spam and anti-bot protection
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails'