Skip to content

Commit a4fe8fe

Browse files
Bump jwt from 2.10.2 to 3.1.2 (#1286)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b46e34 commit a4fe8fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'aws-sdk-s3', '~> 1.198'
1111
gem 'concurrent-ruby', '~> 1.3'
1212
gem 'devise'
1313
gem 'httparty'
14-
gem 'jwt', '~> 2.10'
14+
gem 'jwt', '~> 3.1'
1515
gem 'rails', '~> 8.0.2'
1616
gem 'pg', '~> 1.6'
1717
gem 'puma', '~> 6.6'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ GEM
172172
base64 (~> 0.2)
173173
faraday (>= 1.0, < 3.a)
174174
google-logging-utils (0.2.0)
175-
googleauth (1.14.0)
175+
googleauth (1.15.0)
176176
faraday (>= 1.0, < 3.a)
177177
google-cloud-env (~> 2.2)
178178
google-logging-utils (~> 0.1)
179-
jwt (>= 1.4, < 3.0)
179+
jwt (>= 1.4, < 4.0)
180180
multi_json (~> 1.11)
181181
os (>= 0.9, < 2.0)
182182
signet (>= 0.16, < 2.a)
@@ -197,7 +197,7 @@ GEM
197197
reline (>= 0.4.2)
198198
jmespath (1.6.2)
199199
json (2.13.2)
200-
jwt (2.10.2)
200+
jwt (3.1.2)
201201
base64
202202
language_server-protocol (3.17.0.5)
203203
lint_roller (1.1.0)
@@ -389,10 +389,10 @@ GEM
389389
sentry-ruby (5.26.0)
390390
bigdecimal
391391
concurrent-ruby (~> 1.0, >= 1.0.2)
392-
signet (0.20.0)
392+
signet (0.21.0)
393393
addressable (~> 2.8)
394394
faraday (>= 0.17.5, < 3.a)
395-
jwt (>= 1.5, < 3.0)
395+
jwt (>= 1.5, < 4.0)
396396
multi_json (~> 1.10)
397397
sprockets (4.2.1)
398398
concurrent-ruby (~> 1.0)
@@ -456,7 +456,7 @@ DEPENDENCIES
456456
google-apis-sheets_v4
457457
hiredis
458458
httparty
459-
jwt (~> 2.10)
459+
jwt (~> 3.1)
460460
listen (~> 3.9)
461461
oj (~> 3.16)
462462
pg (~> 1.6)

0 commit comments

Comments
 (0)