Skip to content

Commit

Permalink
Bump jwt from 2.5.0 to 2.6.0 (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent 77034a8 commit 3c18435
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.117'
gem 'concurrent-ruby', '~> 1.1'
gem 'devise'
gem 'httparty'
gem 'jwt', '~> 2.5'
gem 'jwt', '~> 2.6'
gem 'rails', '~> 7.0.4'
gem 'pg', '~> 1.4'
gem 'puma', '~> 6.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ GEM
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.5.0)
jwt (2.6.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -386,7 +386,7 @@ DEPENDENCIES
google-apis-sheets_v4
hiredis
httparty
jwt (~> 2.5)
jwt (~> 2.6)
listen (~> 3.7)
oj (~> 3.13)
pg (~> 1.4)
Expand Down

0 comments on commit 3c18435

Please sign in to comment.