mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 19:26:00 +01:00
Bump jwt from 2.8.2 to 2.9.0
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwt/ruby-jwt/compare/v2.8.2...v2.9.0) --- updated-dependencies: - dependency-name: jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3fd162211f
commit
bfecb48fa5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -70,7 +70,7 @@ gem "tldv", "~> 0.1.0"
|
|||
|
||||
gem "view_component"
|
||||
|
||||
gem "jwt", "~> 2.8"
|
||||
gem "jwt", "~> 2.9"
|
||||
|
||||
group :development do
|
||||
gem "binding_of_caller"
|
||||
|
|
|
@ -246,7 +246,7 @@ GEM
|
|||
json (2.7.2)
|
||||
json-schema (5.0.0)
|
||||
addressable (~> 2.8)
|
||||
jwt (2.8.2)
|
||||
jwt (2.9.0)
|
||||
base64
|
||||
kaminari (1.2.2)
|
||||
activesupport (>= 4.1.0)
|
||||
|
@ -589,7 +589,7 @@ DEPENDENCIES
|
|||
i18n-js (= 4.0)
|
||||
jsbundling-rails (~> 1.3)
|
||||
json-schema
|
||||
jwt (~> 2.8)
|
||||
jwt (~> 2.9)
|
||||
letter_opener
|
||||
lograge
|
||||
mail (~> 2.7.1)
|
||||
|
|
Loading…
Reference in a new issue