Bump jwt from 2.4.1 to 2.5.0
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.4.1 to 2.5.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/v2.4.1...v2.5.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
97f3416af4
commit
cdfb4eb571
2
Gemfile
2
Gemfile
|
@ -65,7 +65,7 @@ gem "redis"
|
||||||
|
|
||||||
gem "fake_email_validator"
|
gem "fake_email_validator"
|
||||||
|
|
||||||
gem "jwt", "~> 2.4"
|
gem "jwt", "~> 2.5"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "binding_of_caller"
|
gem "binding_of_caller"
|
||||||
|
|
|
@ -260,7 +260,7 @@ GEM
|
||||||
actionview (>= 5.0.0)
|
actionview (>= 5.0.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
json (2.6.2)
|
json (2.6.2)
|
||||||
jwt (2.4.1)
|
jwt (2.5.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)
|
||||||
|
@ -617,7 +617,7 @@ DEPENDENCIES
|
||||||
httparty
|
httparty
|
||||||
i18n-js (= 3.9.2)
|
i18n-js (= 3.9.2)
|
||||||
jbuilder (~> 2.10)
|
jbuilder (~> 2.10)
|
||||||
jwt (~> 2.4)
|
jwt (~> 2.5)
|
||||||
letter_opener
|
letter_opener
|
||||||
lograge
|
lograge
|
||||||
mini_magick
|
mini_magick
|
||||||
|
|
Loading…
Reference in New Issue