Skip to content

Commit 37ac335

Browse files
Merge pull request #476 from cedarcode/nt--bump-conformance-gems
Update conformance spec dependencies
2 parents a48c2db + 1b8d4ba commit 37ac335

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

spec/conformance/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
ruby "~> 3.4.2"
66

77
gem "byebug"
8-
gem "fido_metadata", github: 'bdewater/fido_metadata'
8+
gem "fido_metadata", "~> 0.5.0"
99
gem "puma", "~> 6.6"
1010
gem "rack-contrib"
1111
gem "rackup", "~> 2.2"

spec/conformance/Gemfile.lock

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
GIT
2-
remote: https://github.com/bdewater/fido_metadata.git
3-
revision: fcc1fc1a92f9b0eda5900485d773336494b2c1c6
4-
specs:
5-
fido_metadata (0.3.0)
6-
jwt (~> 2.0)
7-
81
PATH
92
remote: ../..
103
specs:
11-
webauthn (3.4.0)
4+
webauthn (3.4.1)
125
android_key_attestation (~> 0.3.0)
136
bindata (~> 2.4)
147
cbor (~> 0.5.9)
@@ -21,38 +14,42 @@ GEM
2114
remote: https://rubygems.org/
2215
specs:
2316
android_key_attestation (0.3.0)
24-
base64 (0.2.0)
25-
bindata (2.5.0)
26-
byebug (11.1.3)
27-
cbor (0.5.9.8)
17+
base64 (0.3.0)
18+
bindata (2.5.1)
19+
byebug (12.0.0)
20+
cbor (0.5.10.1)
2821
cose (1.3.1)
2922
cbor (~> 0.5.9)
3023
openssl-signature_algorithm (~> 1.0)
31-
jwt (2.2.1)
32-
logger (1.6.6)
33-
multi_json (1.14.1)
34-
mustermann (3.0.3)
24+
fido_metadata (0.5.0)
25+
base64 (>= 0.1.0)
26+
jwt (>= 2.0, < 4)
27+
jwt (2.10.2)
28+
base64
29+
logger (1.7.0)
30+
multi_json (1.17.0)
31+
mustermann (3.0.4)
3532
ruby2_keywords (~> 0.0.1)
3633
nio4r (2.7.4)
3734
openssl (3.3.0)
3835
openssl-signature_algorithm (1.3.0)
3936
openssl (> 2.0)
40-
puma (6.6.0)
37+
puma (6.6.1)
4138
nio4r (~> 2.0)
42-
rack (3.1.10)
39+
rack (3.2.1)
4340
rack-contrib (2.5.0)
4441
rack (< 4)
4542
rack-protection (4.1.1)
4643
base64 (>= 0.1.0)
4744
logger (>= 1.6.0)
4845
rack (>= 3.0.0, < 4)
49-
rack-session (2.1.0)
46+
rack-session (2.1.1)
5047
base64 (>= 0.1.0)
5148
rack (>= 3.0.0)
5249
rackup (2.2.1)
5350
rack (>= 3)
54-
ruby2_keywords (0.0.1)
55-
rubyzip (2.0.0)
51+
ruby2_keywords (0.0.5)
52+
rubyzip (3.1.0)
5653
safety_net_attestation (0.4.0)
5754
jwt (~> 2.0)
5855
sinatra (4.1.1)
@@ -68,8 +65,8 @@ GEM
6865
rack-protection (= 4.1.1)
6966
sinatra (= 4.1.1)
7067
tilt (~> 2.0)
71-
tilt (2.0.10)
72-
tpm-key_attestation (0.14.0)
68+
tilt (2.6.1)
69+
tpm-key_attestation (0.14.1)
7370
bindata (~> 2.4)
7471
openssl (> 2.0)
7572
openssl-signature_algorithm (~> 1.0)
@@ -80,7 +77,7 @@ PLATFORMS
8077

8178
DEPENDENCIES
8279
byebug
83-
fido_metadata!
80+
fido_metadata (~> 0.5.0)
8481
puma (~> 6.6)
8582
rack-contrib
8683
rackup (~> 2.2)

0 commit comments

Comments
 (0)