diff options
author | K.SHIRAKASHI <k.shira86@gmail.com> | 2017-11-01 00:47:35 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-11-01 00:47:35 +0900 |
commit | 47d56438dafb4cf86e65379c9d7b818bb4236a04 (patch) | |
tree | ec5cc2c6ddbaf446a6e352a165b28b08d7e355fd | |
parent | 0692991b54c660d1292ff2cea0fa135c952c608e (diff) |
Revert ruby-jwt version (#5575)
jwt 2.1.0 still does not work well. ref. https://github.com/zaru/webpush/issues/42
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
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) |