From 5fa63c2465ee2bc06b8086a593cd188f1b90855a Mon Sep 17 00:00:00 2001 From: Nicolas Temciuc Date: Thu, 23 Oct 2025 15:44:23 -0300 Subject: [PATCH 1/2] build(conformance-deps): bump `openssl` to `3.3.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 6e5235b3..6c47442c 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -31,7 +31,7 @@ GEM mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.7.4) - openssl (3.3.0) + openssl (3.3.1) openssl-signature_algorithm (1.3.0) openssl (> 2.0) puma (6.6.1) From 41c8d8e577bcffa5acfc11418f4a0ec9c9a15909 Mon Sep 17 00:00:00 2001 From: Nicolas Temciuc Date: Thu, 23 Oct 2025 15:45:02 -0300 Subject: [PATCH 2/2] chore: not specify ruby in Gemfile --- spec/conformance/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/conformance/Gemfile b/spec/conformance/Gemfile index d07a2ef6..a18ee675 100644 --- a/spec/conformance/Gemfile +++ b/spec/conformance/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -ruby "~> 3.4.2" +ruby file: '.ruby-version' gem "byebug" gem "fido_metadata", "~> 0.5.0"