Skip to content

Commit

Permalink
Bump jwt from 2.3.0 to 2.8.1
Browse files Browse the repository at this point in the history
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.3.0 to 2.8.1.
- [Release notes](https://github.com/jwt/ruby-jwt/releases)
- [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md)
- [Commits](jwt/ruby-jwt@v2.3.0...v2.8.1)

---
updated-dependencies:
- dependency-name: jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LuukvH committed Apr 18, 2024
1 parent 644868a commit 155df18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'puma', '~> 6.4'
# Admin interface
gem 'administrate', '~> 0.15'
# JSON Web Tokens
gem 'jwt', '~> 2.2'
gem 'jwt', '~> 2.8'
# HTTP/REST API client library.
gem 'faraday_middleware', '~> 1.0'
# Cache HTTP responses
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ GEM
ast (2.4.2)
attr_encrypted (3.1.0)
encryptor (~> 3.0.0)
base64 (0.2.0)
bindex (0.8.1)
brakeman (5.2.1)
builder (3.2.4)
Expand Down Expand Up @@ -137,7 +138,8 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (2.3.0)
jwt (2.8.1)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -305,7 +307,7 @@ DEPENDENCIES
faraday-http-cache (~> 2.0)
faraday_middleware (~> 1.0)
ffaker
jwt (~> 2.2)
jwt (~> 2.8)
pg (>= 0.18, < 2.0)
puma (~> 6.4)
rails (~> 6.1, >= 6.1.3.1)
Expand Down

0 comments on commit 155df18

Please sign in to comment.