From 47d56438dafb4cf86e65379c9d7b818bb4236a04 Mon Sep 17 00:00:00 2001 From: "K.SHIRAKASHI" Date: Wed, 1 Nov 2017 00:47:35 +0900 Subject: [PATCH] Revert ruby-jwt version (#5575) jwt 2.1.0 still does not work well. ref. https://github.com/zaru/webpush/issues/42 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b4b3d05cc..13ca840bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM multi_json (~> 1.11) rdf (~> 2.2) jsonapi-renderer (0.1.3) - jwt (2.1.0) + jwt (1.5.6) kaminari (1.1.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.1.1)