Skip to content

Commit

Permalink
Bump jwt from 2.7.1 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.7.1 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.7.1...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] committed May 28, 2024
1 parent e838f75 commit 789a295
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 @@ -15,7 +15,7 @@ gem 'storyblok', '~> 3.2'
gem 'shallow_attributes', '~> 0.9.4'
gem 'commonmarker', '~> 0.23'
gem 'twitter_cldr', '~> 4.4', '>= 4.4.3'
gem 'jwt', '~> 2.7', '>= 2.7.1'
gem 'jwt', '~> 2.8'
gem 'turbolinks', '~> 5.2'
gem 'memoist', '~> 0.16.0'
gem 'bootstrap_form', '~> 4.2'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GEM
barnes (0.0.9)
multi_json (~> 1)
statsd-ruby (~> 1.1)
base64 (0.2.0)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand Down Expand Up @@ -147,7 +148,8 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
jsonapi-renderer (0.2.2)
jwt (2.7.1)
jwt (2.8.1)
base64
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -380,7 +382,7 @@ DEPENDENCIES
erb_lint (~> 0.1.3)
factory_bot_rails (~> 5.1)
gemoji
jwt (~> 2.7, >= 2.7.1)
jwt (~> 2.8)
listen (~> 3.8)
memoist (~> 0.16.0)
meta-tags (~> 2.11, >= 2.11.1)
Expand Down

0 comments on commit 789a295

Please sign in to comment.