From 1eca8d36932de3ecbb115c8828355c6d1db45a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 15:31:53 +0000 Subject: [PATCH] Bump json-jwt from 1.10.2 to 1.11.0 Bumps [json-jwt](https://github.com/nov/json-jwt) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/nov/json-jwt/releases) - [Commits](https://github.com/nov/json-jwt/compare/v1.10.2...v1.11.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 920d63d..92513bd 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'simple_command', '~> 0.0.9' gem 'dotenv-rails', '~> 2.7', require: 'dotenv/rails-now' # Manage JWT tokens -gem 'json-jwt', '~> 1.9' +gem 'json-jwt', '~> 1.11' # Uploads gem 'carrierwave', '~> 1.2.2' diff --git a/Gemfile.lock b/Gemfile.lock index d421d81..2b37bf8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,7 @@ GEM activesupport (>= 4.2.0) hashie (3.6.0) httpclient (2.8.3) - i18n (1.6.0) + i18n (1.7.0) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jbuilder (2.9.1) @@ -169,7 +169,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.2.0) - json-jwt (1.10.2) + json-jwt (1.11.0) activesupport (>= 4.2) aes_key_wrap bindata @@ -204,7 +204,7 @@ GEM mime-types-data (3.2019.0904) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.13.0) multi_json (1.13.1) nio4r (2.5.1) nokogiri (1.10.4) @@ -455,7 +455,7 @@ DEPENDENCIES friendly_id (~> 5.2.3) jbuilder (~> 2.5) jquery-rails (~> 4.3.1) - json-jwt (~> 1.9) + json-jwt (~> 1.11) kaminari (~> 1.1.1) letter_opener (~> 1.7.0) listen (>= 3.0.5, < 3.2)