Merge pull request #8272 from openfoodfoundation/dependabot/bundler/jwt-2.3.0

Bump jwt from 2.2.3 to 2.3.0
This commit is contained in:
Andy Brett
2021-10-04 11:37:43 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ gem 'devise'
gem 'devise-i18n'
gem 'devise-encryptable'
gem 'devise-token_authenticatable'
gem 'jwt', '~> 2.2'
gem 'jwt', '~> 2.3'
gem 'oauth2', '~> 1.4.7' # Used for Stripe Connect
gem 'pagy', '~> 4.11'

View File

@@ -355,7 +355,7 @@ GEM
json_spec (1.1.5)
multi_json (~> 1.0)
rspec (>= 2.0, < 4.0)
jwt (2.2.3)
jwt (2.3.0)
knapsack (4.0.0)
rake
launchy (2.5.0)
@@ -746,7 +746,7 @@ DEPENDENCIES
jquery-ui-rails (~> 4.2)
json
json_spec (~> 1.1.4)
jwt (~> 2.2)
jwt (~> 2.3)
knapsack
letter_opener (>= 1.4.1)
mimemagic (> 0.3.5)