From 4e42e6f7fa68b5937c4a3fa503e0f03a35067df9 Mon Sep 17 00:00:00 2001 From: Joaquin Tomas Date: Mon, 13 Oct 2025 16:54:43 -0300 Subject: [PATCH 1/3] Run bundle install --- spec/conformance/Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index a71b4040..4e4b8e0e 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: ../.. specs: - webauthn (3.4.1) + webauthn (3.4.2) android_key_attestation (~> 0.3.0) bindata (~> 2.4) cbor (~> 0.5.9) cose (~> 1.1) openssl (>= 2.2) - safety_net_attestation (~> 0.4.0) + safety_net_attestation (~> 0.5.0) tpm-key_attestation (~> 0.14.0) GEM @@ -50,8 +50,8 @@ GEM rack (>= 3) ruby2_keywords (0.0.5) rubyzip (3.1.0) - safety_net_attestation (0.4.0) - jwt (~> 2.0) + safety_net_attestation (0.5.0) + jwt (>= 2.0, < 4.0) sinatra (4.1.1) logger (>= 1.6.0) mustermann (~> 3.0) From 70922450c88a0964cd354033aded8adb6fe78a06 Mon Sep 17 00:00:00 2001 From: Joaquin Tomas Date: Mon, 13 Oct 2025 16:55:18 -0300 Subject: [PATCH 2/3] Update `rack` from `3.2.1` to `3.2.3` --- 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 4e4b8e0e..411e033c 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -36,7 +36,7 @@ GEM openssl (> 2.0) puma (6.6.1) nio4r (~> 2.0) - rack (3.2.1) + rack (3.2.3) rack-contrib (2.5.0) rack (< 4) rack-protection (4.1.1) From 435436bed3b310c8e2d48394cbe8385261b66a89 Mon Sep 17 00:00:00 2001 From: Joaquin Tomas Date: Mon, 13 Oct 2025 17:00:30 -0300 Subject: [PATCH 3/3] Update `sinatra` from `4.1.1` to `4.2.1` --- spec/conformance/Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index 411e033c..6e5235b3 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -39,7 +39,7 @@ GEM rack (3.2.3) rack-contrib (2.5.0) rack (< 4) - rack-protection (4.1.1) + rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) @@ -52,18 +52,18 @@ GEM rubyzip (3.1.0) safety_net_attestation (0.5.0) jwt (>= 2.0, < 4.0) - sinatra (4.1.1) + sinatra (4.2.1) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.1) + rack-protection (= 4.2.1) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (4.1.1) + sinatra-contrib (4.2.1) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 4.1.1) - sinatra (= 4.1.1) + rack-protection (= 4.2.1) + sinatra (= 4.2.1) tilt (~> 2.0) tilt (2.6.1) tpm-key_attestation (0.14.1)