From 1b0e1e0ab0f38c2eb1d9b525367aa60a97e4b305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 15:26:40 +0000 Subject: [PATCH] Bump json-jwt from 1.9.2 to 1.9.4 Bumps [json-jwt](https://github.com/nov/json-jwt) from 1.9.2 to 1.9.4. - [Release notes](https://github.com/nov/json-jwt/releases) - [Commits](https://github.com/nov/json-jwt/compare/v1.9.2...v1.9.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index e001e29..f71f597 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'fb_graph' gem 'rack-oauth2' gem 'openid_connect' gem 'public_suffix', '< 3.0' -gem 'json-jwt', '<= 1.9.2' +gem 'json-jwt', '<= 1.9.5' group :development, :test do gem 'sqlite3' diff --git a/Gemfile.lock b/Gemfile.lock index 622eb77..d9ac8f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,9 +34,9 @@ GEM ansi (1.5.0) arel (3.0.3) attr_required (1.0.1) - bindata (2.4.3) + bindata (2.4.4) builder (3.0.4) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.5) constant_cache (0.0.2) activerecord (>= 2.0.2) activesupport (>= 2.0.2) @@ -56,18 +56,16 @@ GEM railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.6) - json-jwt (1.9.2) + json-jwt (1.9.4) activesupport aes_key_wrap bindata - securecompare - url_safe_base64 mail (2.5.5) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) minitest (4.7.5) - multi_json (1.13.1) + multi_json (1.14.1) openid_connect (1.1.6) activemodel attr_required (>= 1.0.0) @@ -116,7 +114,6 @@ GEM rake (12.3.1) rdoc (3.12.2) json (~> 1.4) - securecompare (1.0.0) sprockets (2.2.3) hike (~> 1.2) multi_json (~> 1.0) @@ -142,7 +139,6 @@ GEM ansi minitest (~> 4) tzinfo (0.3.54) - url_safe_base64 (0.2.2) validate_email (0.1.6) activemodel (>= 3.0) mail (>= 2.2.5) @@ -161,7 +157,7 @@ DEPENDENCIES fb_graph html5_validators jquery-rails - json-jwt (<= 1.9.2) + json-jwt (<= 1.9.5) openid_connect pg (~> 0.11) public_suffix (< 3.0)