Bump jwt from 2.5.0 to 2.6.0
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.5.0 to 2.6.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.5.0...v2.6.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
4e7091e12f
commit
8e003518b2
2
Gemfile
2
Gemfile
|
@ -67,7 +67,7 @@ gem "fake_email_validator"
|
||||||
# TLD validation
|
# TLD validation
|
||||||
gem "tldv", "~> 0.1.0"
|
gem "tldv", "~> 0.1.0"
|
||||||
|
|
||||||
gem "jwt", "~> 2.5"
|
gem "jwt", "~> 2.6"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "binding_of_caller"
|
gem "binding_of_caller"
|
||||||
|
|
|
@ -221,7 +221,7 @@ GEM
|
||||||
mini_magick (>= 4.9.5, < 5)
|
mini_magick (>= 4.9.5, < 5)
|
||||||
ruby-vips (>= 2.0.17, < 3)
|
ruby-vips (>= 2.0.17, < 3)
|
||||||
json (2.6.3)
|
json (2.6.3)
|
||||||
jwt (2.5.0)
|
jwt (2.6.0)
|
||||||
kaminari (1.2.2)
|
kaminari (1.2.2)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
kaminari-actionview (= 1.2.2)
|
kaminari-actionview (= 1.2.2)
|
||||||
|
@ -542,7 +542,7 @@ DEPENDENCIES
|
||||||
hcaptcha (~> 7.0)
|
hcaptcha (~> 7.0)
|
||||||
httparty
|
httparty
|
||||||
i18n-js (= 4.0)
|
i18n-js (= 4.0)
|
||||||
jwt (~> 2.5)
|
jwt (~> 2.6)
|
||||||
letter_opener
|
letter_opener
|
||||||
lograge
|
lograge
|
||||||
mini_magick
|
mini_magick
|
||||||
|
|
Loading…
Reference in New Issue