Merge pull request #3367 from openfoodfoundation/dependabot/bundler/jwt-2.1.0

Bump jwt from 1.5.6 to 2.1.0
This commit is contained in:
Pau Pérez Fabregat
2019-02-06 21:22:37 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ gem 'stripe', '~> 4.5.0'
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'

View File

@@ -509,7 +509,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)
@@ -817,7 +817,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)