Skip to content

Commit 695400a

Browse files
chore: bump jwt to 2.10.3 in ruby-api example
1 parent 79b575d commit 695400a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/ruby-api/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../..
33
specs:
4-
auth0 (0.0.0)
4+
auth0 (6.0.0.beta.5)
55
addressable (~> 2.8)
6-
jwt (~> 2.7)
6+
jwt (>= 2.7, < 4.0)
77
rest-client (~> 2.1)
88
retryable (~> 3.0)
99
zache (~> 0.12)
@@ -19,7 +19,7 @@ GEM
1919
http-accept (1.7.0)
2020
http-cookie (1.1.6)
2121
domain_name (~> 0.5)
22-
jwt (2.10.2)
22+
jwt (2.10.3)
2323
base64
2424
logger (1.7.0)
2525
mime-types (3.7.0)

0 commit comments

Comments
 (0)