From ea7f62123bd4ed0599ec1e9c2a66b210e912a90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 19:14:44 +0000 Subject: [PATCH] Bump jwt from 1.5.6 to 2.1.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 1.5.6 to 2.1.0. - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwt/ruby-jwt/compare/v1.5.6...v2.1.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e36e5cf274..29be48a8de 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'stripe', '~> 3.3.2' gem 'activemerchant', '~> 1.78' gem 'oauth2', '~> 1.4.1' # Used for Stripe Connect -gem 'jwt', '~> 1.5' +gem 'jwt', '~> 2.1' gem 'delayed_job_active_record' gem 'daemons' diff --git a/Gemfile.lock b/Gemfile.lock index d79b08ea13..09c2a0a311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -508,7 +508,7 @@ GEM json_spec (1.1.5) multi_json (~> 1.0) rspec (>= 2.0, < 4.0) - jwt (1.5.6) + jwt (2.1.0) kaminari (0.13.0) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -813,7 +813,7 @@ DEPENDENCIES jquery-migrate-rails jquery-rails json_spec (~> 1.1.4) - jwt (~> 1.5) + jwt (~> 2.1) knapsack letter_opener (>= 1.4.1) listen (= 3.0.8)