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] authored Dec 30, 2024
1 parent 93886f6 commit 19d4629
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 @@ -73,7 +73,7 @@ gem 'omniauth_openid_connect', '~> 0.8.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0.2'

# Json webtokens
gem 'jwt', '~> 2.9.3'
gem 'jwt', '~> 2.10.1'

# contact mail form
gem 'hcaptcha', '~> 7.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ GEM
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
jwt (2.9.3)
jwt (2.10.1)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
Expand Down Expand Up @@ -604,7 +604,7 @@ DEPENDENCIES
jbuilder (~> 2.13.0)
jsbundling-rails (~> 1.3.1)
json_schemer (~> 2.3.0)
jwt (~> 2.9.3)
jwt (~> 2.10.1)
kramdown (~> 2.5.1)
kramdown-parser-gfm (~> 1.1.0)
letter_opener (~> 1.10.0)
Expand Down

0 comments on commit 19d4629

Please sign in to comment.