From 1dc87ab6aae77cd35679b0d8ae7006c3cb0a2e50 Mon Sep 17 00:00:00 2001 From: Nicolas Temciuc Date: Wed, 17 Sep 2025 13:13:29 -0300 Subject: [PATCH 1/5] build(conformance): bump `webauthn` to `3.4.1` --- spec/conformance/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index 96348037..876cacc0 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: ../.. specs: - webauthn (3.4.0) + webauthn (3.4.1) android_key_attestation (~> 0.3.0) bindata (~> 2.4) cbor (~> 0.5.9) From cd9f66348010e74f680bdb439dc90946f84de531 Mon Sep 17 00:00:00 2001 From: Nicolas Temciuc Date: Wed, 17 Sep 2025 13:13:49 -0300 Subject: [PATCH 2/5] build(conformance): use `fido_metadata 0.5.0` --- spec/conformance/Gemfile | 2 +- spec/conformance/Gemfile.lock | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/spec/conformance/Gemfile b/spec/conformance/Gemfile index ee6d9b8d..d07a2ef6 100644 --- a/spec/conformance/Gemfile +++ b/spec/conformance/Gemfile @@ -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" diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index 876cacc0..c28fa1af 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: https://github.com/bdewater/fido_metadata.git - revision: fcc1fc1a92f9b0eda5900485d773336494b2c1c6 - specs: - fido_metadata (0.3.0) - jwt (~> 2.0) - PATH remote: ../.. specs: @@ -28,6 +21,9 @@ GEM cose (1.3.1) cbor (~> 0.5.9) openssl-signature_algorithm (~> 1.0) + fido_metadata (0.5.0) + base64 (>= 0.1.0) + jwt (>= 2.0, < 4) jwt (2.2.1) logger (1.6.6) multi_json (1.14.1) @@ -80,7 +76,7 @@ PLATFORMS DEPENDENCIES byebug - fido_metadata! + fido_metadata (~> 0.5.0) puma (~> 6.6) rack-contrib rackup (~> 2.2) From d925b6cc9043601050ae94516a5a364eb3602622 Mon Sep 17 00:00:00 2001 From: Nicolas Temciuc Date: Wed, 17 Sep 2025 13:14:20 -0300 Subject: [PATCH 3/5] build(conformance): bump `patch` versions --- spec/conformance/Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index c28fa1af..4ab47971 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -15,39 +15,39 @@ GEM specs: android_key_attestation (0.3.0) base64 (0.2.0) - bindata (2.5.0) + bindata (2.5.1) byebug (11.1.3) - cbor (0.5.9.8) + cbor (0.5.10.1) cose (1.3.1) cbor (~> 0.5.9) openssl-signature_algorithm (~> 1.0) fido_metadata (0.5.0) base64 (>= 0.1.0) jwt (>= 2.0, < 4) - jwt (2.2.1) + jwt (2.2.3) logger (1.6.6) multi_json (1.14.1) - mustermann (3.0.3) + 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.1.16) 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) + ruby2_keywords (0.0.5) rubyzip (2.0.0) safety_net_attestation (0.4.0) jwt (~> 2.0) @@ -64,8 +64,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.0.11) + tpm-key_attestation (0.14.1) bindata (~> 2.4) openssl (> 2.0) openssl-signature_algorithm (~> 1.0) From 824ec93ce1332fc67ba594798126e03d3f002a02 Mon Sep 17 00:00:00 2001 From: Nicolas Temciuc Date: Wed, 17 Sep 2025 13:14:55 -0300 Subject: [PATCH 4/5] build(conformance): bump `minor` version --- spec/conformance/Gemfile.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index 4ab47971..1a009d86 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -14,7 +14,7 @@ GEM remote: https://rubygems.org/ specs: android_key_attestation (0.3.0) - base64 (0.2.0) + base64 (0.3.0) bindata (2.5.1) byebug (11.1.3) cbor (0.5.10.1) @@ -24,9 +24,10 @@ GEM fido_metadata (0.5.0) base64 (>= 0.1.0) jwt (>= 2.0, < 4) - jwt (2.2.3) - logger (1.6.6) - multi_json (1.14.1) + 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) @@ -35,7 +36,7 @@ GEM openssl (> 2.0) puma (6.6.1) nio4r (~> 2.0) - rack (3.1.16) + rack (3.2.1) rack-contrib (2.5.0) rack (< 4) rack-protection (4.1.1) @@ -48,7 +49,7 @@ GEM rackup (2.2.1) rack (>= 3) ruby2_keywords (0.0.5) - rubyzip (2.0.0) + rubyzip (2.4.1) safety_net_attestation (0.4.0) jwt (~> 2.0) sinatra (4.1.1) @@ -64,7 +65,7 @@ GEM rack-protection (= 4.1.1) sinatra (= 4.1.1) tilt (~> 2.0) - tilt (2.0.11) + tilt (2.6.1) tpm-key_attestation (0.14.1) bindata (~> 2.4) openssl (> 2.0) From 1b8d4ba70e65903d50aaf68085323b39c233fdc6 Mon Sep 17 00:00:00 2001 From: Nicolas Temciuc Date: Wed, 17 Sep 2025 13:15:16 -0300 Subject: [PATCH 5/5] build(conformance): bump `major` versions --- spec/conformance/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index 1a009d86..a71b4040 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -16,7 +16,7 @@ GEM android_key_attestation (0.3.0) base64 (0.3.0) bindata (2.5.1) - byebug (11.1.3) + byebug (12.0.0) cbor (0.5.10.1) cose (1.3.1) cbor (~> 0.5.9) @@ -49,7 +49,7 @@ GEM rackup (2.2.1) rack (>= 3) ruby2_keywords (0.0.5) - rubyzip (2.4.1) + rubyzip (3.1.0) safety_net_attestation (0.4.0) jwt (~> 2.0) sinatra (4.1.1)