Skip to content

Commit 1f4ca22

Browse files
chore(deps): bump jwt from 2.7.1 to 3.2.0
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.7.1 to 3.2.0. - [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...v3.2.0) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d3f507 commit 1f4ca22

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ GEM
8282
public_suffix (>= 2.0.2, < 8.0)
8383
amazing_print (2.0.0)
8484
ast (2.4.3)
85+
auth-sanitizer (0.1.4)
86+
version_gem (~> 1.1, >= 1.1.9)
8587
aws-eventstream (1.4.0)
8688
aws-partitions (1.1202.0)
8789
aws-sdk-core (3.241.3)
@@ -253,7 +255,8 @@ GEM
253255
railties (>= 4.2.0)
254256
thor (>= 0.14, < 2.0)
255257
json (2.19.5)
256-
jwt (2.7.1)
258+
jwt (3.2.0)
259+
base64
257260
language_server-protocol (3.17.0.5)
258261
launchy (3.1.1)
259262
addressable (~> 2.8)
@@ -311,13 +314,15 @@ GEM
311314
racc (~> 1.4)
312315
nokogiri (1.19.3-x86_64-linux-gnu)
313316
racc (~> 1.4)
314-
oauth2 (2.0.9)
315-
faraday (>= 0.17.3, < 3.0)
316-
jwt (>= 1.0, < 3.0)
317+
oauth2 (2.0.20)
318+
auth-sanitizer (~> 0.1, >= 0.1.3)
319+
faraday (>= 0.17.3, < 4.0)
320+
jwt (>= 1.0, < 4.0)
321+
logger (~> 1.2)
317322
multi_xml (~> 0.5)
318323
rack (>= 1.2, < 4)
319-
snaky_hash (~> 2.0)
320-
version_gem (~> 1.1)
324+
snaky_hash (~> 2.0, >= 2.0.4)
325+
version_gem (~> 1.1, >= 1.1.9)
321326
omniauth (2.1.4)
322327
hashie (>= 3.4.6)
323328
logger
@@ -541,9 +546,9 @@ GEM
541546
sitemap_generator (7.0.1)
542547
builder (~> 3.0)
543548
slop (3.6.0)
544-
snaky_hash (2.0.1)
545-
hashie
546-
version_gem (~> 1.1, >= 1.1.1)
549+
snaky_hash (2.0.4)
550+
hashie (>= 0.1.0, < 6)
551+
version_gem (>= 1.1.8, < 3)
547552
sprockets (4.2.2)
548553
concurrent-ruby (~> 1.0)
549554
logger
@@ -578,7 +583,7 @@ GEM
578583
uniform_notifier (1.18.0)
579584
uri (1.1.1)
580585
useragent (0.16.11)
581-
version_gem (1.1.3)
586+
version_gem (1.1.9)
582587
view_component (4.11.0)
583588
actionview (>= 7.1.0)
584589
activesupport (>= 7.1.0)

0 commit comments

Comments
 (0)