Skip to content

Commit bc710cb

Browse files
Bump jwt from 2.10.2 to 3.1.2
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.2 to 3.1.2. - [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.10.2...v3.1.2) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8baf2d7 commit bc710cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'grape-entity', '~> 1.0.0'
1111
gem 'grape-jwt-authentication', '~> 3.2'
1212
gem 'grape_logging', '~> 3.0'
1313
gem 'grape-swagger', '~> 2.1'
14-
gem 'jwt', '~> 2.10'
14+
gem 'jwt', '~> 3.1'
1515
gem 'kaminari', '~> 1.2', '>= 1.2.2'
1616
gem 'otr-activerecord', '~> 2.6'
1717
gem 'pg', '~> 1.6'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
concurrent-ruby (~> 1.0)
125125
io-console (0.8.1)
126126
json (2.16.0)
127-
jwt (2.10.2)
127+
jwt (3.1.2)
128128
base64
129129
kaminari (1.2.2)
130130
activesupport (>= 4.1.0)
@@ -314,7 +314,7 @@ DEPENDENCIES
314314
grape-swagger (~> 2.1)
315315
grape_logging (~> 3.0)
316316
guard-puma (~> 0.9.2)
317-
jwt (~> 2.10)
317+
jwt (~> 3.1)
318318
kaminari (~> 1.2, >= 1.2.2)
319319
otr-activerecord (~> 2.6)
320320
pg (~> 1.6)

0 commit comments

Comments
 (0)