From 7a141b814770e343b780381f1fe8f9066f829667 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 28 Mar 2016 11:19:36 +0200 Subject: [PATCH] updates jwt gem --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 383de2122..2e3ed4b15 100644 --- a/Gemfile +++ b/Gemfile @@ -59,6 +59,7 @@ gem 'tolk' # Web interface for translations gem 'browser' gem 'turnout' gem 'redcarpet' +gem 'jwt', '~> 1.5.4' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 18fa95bd9..24494af00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,7 +208,7 @@ GEM jquery-ui-rails (5.0.5) railties (>= 3.2.16) json (1.8.3) - jwt (1.5.3) + jwt (1.5.4) kaminari (0.16.3) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -465,6 +465,7 @@ DEPENDENCIES initialjs-rails (= 0.2.0.1) jquery-rails jquery-ui-rails + jwt (~> 1.5.4) kaminari launchy letter_opener_web (~> 1.3.0)