Skip to content

Commit

Permalink
Bump jwt from 2.9.3 to 2.10.1 (#327)
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 6, 2025
1 parent 4595bda commit 2ab4467
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 'grape-entity', '~> 1.0.0'
gem 'grape-jwt-authentication', '~> 2.4'
gem 'grape_logging', '~> 1.8', '>= 1.8.4'
gem 'grape-swagger', '~> 2.1'
gem 'jwt', '~> 2.9'
gem 'jwt', '~> 2.10'
gem 'kaminari', '~> 1.2', '>= 1.2.2'
gem 'otr-activerecord', '~> 2.5'
gem 'pg', '~> 1.5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.1)
jwt (2.9.3)
jwt (2.10.1)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -279,7 +279,7 @@ DEPENDENCIES
grape-swagger (~> 2.1)
grape_logging (~> 1.8, >= 1.8.4)
guard-puma (~> 0.8.1)
jwt (~> 2.9)
jwt (~> 2.10)
kaminari (~> 1.2, >= 1.2.2)
otr-activerecord (~> 2.5)
pg (~> 1.5)
Expand Down

0 comments on commit 2ab4467

Please sign in to comment.