Skip to content

Commit

Permalink
Bump jwt from 2.9.3 to 2.10.1 (#1169)
Browse files Browse the repository at this point in the history
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.9.3 to 2.10.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.9.3...v2.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 07d3e0d commit e147106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'aws-sdk-s3', '~> 1.176'
gem 'concurrent-ruby', '~> 1.2'
gem 'devise'
gem 'httparty'
gem 'jwt', '~> 2.9'
gem 'jwt', '~> 2.10'
gem 'rails', '~> 8.0.0'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GEM
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.9.1)
jwt (2.9.3)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
listen (3.9.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ DEPENDENCIES
google-apis-sheets_v4
hiredis
httparty
jwt (~> 2.9)
jwt (~> 2.10)
listen (~> 3.9)
oj (~> 3.16)
pg (~> 1.5)
Expand Down

0 comments on commit e147106

Please sign in to comment.