Skip to content

Commit

Permalink
Bump jwt from 2.9.3 to 2.10.1
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2025
1 parent a50f1a3 commit c35a1de
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 @@ -15,4 +15,4 @@ end

gem "faraday-retry", "~> 2.2"

gem "jwt", "~> 2.9"
gem "jwt", "~> 2.10"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.8.2)
jwt (2.9.3)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
logger (1.6.1)
Expand Down Expand Up @@ -133,7 +133,7 @@ DEPENDENCIES
airbrake-ruby
faraday
faraday-retry (~> 2.2)
jwt (~> 2.9)
jwt (~> 2.10)
octokit
rspec
simplycop
Expand Down

0 comments on commit c35a1de

Please sign in to comment.