Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/conformance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
ruby "~> 3.4.2"

gem "byebug"
gem "fido_metadata", github: 'bdewater/fido_metadata'
gem "fido_metadata", "~> 0.5.0"
gem "puma", "~> 6.6"
gem "rack-contrib"
gem "rackup", "~> 2.2"
Expand Down
45 changes: 21 additions & 24 deletions spec/conformance/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
GIT
remote: https://github.com/bdewater/fido_metadata.git
revision: fcc1fc1a92f9b0eda5900485d773336494b2c1c6
specs:
fido_metadata (0.3.0)
jwt (~> 2.0)

PATH
remote: ../..
specs:
webauthn (3.4.0)
webauthn (3.4.1)
android_key_attestation (~> 0.3.0)
bindata (~> 2.4)
cbor (~> 0.5.9)
Expand All @@ -21,38 +14,42 @@ GEM
remote: https://rubygems.org/
specs:
android_key_attestation (0.3.0)
base64 (0.2.0)
bindata (2.5.0)
byebug (11.1.3)
cbor (0.5.9.8)
base64 (0.3.0)
bindata (2.5.1)
byebug (12.0.0)
cbor (0.5.10.1)
cose (1.3.1)
cbor (~> 0.5.9)
openssl-signature_algorithm (~> 1.0)
jwt (2.2.1)
logger (1.6.6)
multi_json (1.14.1)
mustermann (3.0.3)
fido_metadata (0.5.0)
base64 (>= 0.1.0)
jwt (>= 2.0, < 4)
jwt (2.10.2)
base64
logger (1.7.0)
multi_json (1.17.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.4)
openssl (3.3.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
puma (6.6.0)
puma (6.6.1)
nio4r (~> 2.0)
rack (3.1.10)
rack (3.2.1)
rack-contrib (2.5.0)
rack (< 4)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.0)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rackup (2.2.1)
rack (>= 3)
ruby2_keywords (0.0.1)
rubyzip (2.0.0)
ruby2_keywords (0.0.5)
rubyzip (3.1.0)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sinatra (4.1.1)
Expand All @@ -68,8 +65,8 @@ GEM
rack-protection (= 4.1.1)
sinatra (= 4.1.1)
tilt (~> 2.0)
tilt (2.0.10)
tpm-key_attestation (0.14.0)
tilt (2.6.1)
tpm-key_attestation (0.14.1)
bindata (~> 2.4)
openssl (> 2.0)
openssl-signature_algorithm (~> 1.0)
Expand All @@ -80,7 +77,7 @@ PLATFORMS

DEPENDENCIES
byebug
fido_metadata!
fido_metadata (~> 0.5.0)
puma (~> 6.6)
rack-contrib
rackup (~> 2.2)
Expand Down