From e10f4bd5f044f24b65b1f5a0725bc6085c6a2c6e Mon Sep 17 00:00:00 2001 From: lineoffligbot <4628864+lineoffligbot@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:48:25 +0200 Subject: [PATCH] Remove base64 from sig manifest Base64 was dropped from the runtime dependency in favor of the vendored HTTP::Base64. The stale manifest entry causes rbs collection to warn when the base64 gem is absent, particularly for Ruby >= 3.4 users. --- sig/manifest.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/sig/manifest.yaml b/sig/manifest.yaml index 3ce55e80..85138a6b 100644 --- a/sig/manifest.yaml +++ b/sig/manifest.yaml @@ -1,5 +1,4 @@ dependencies: - - name: base64 - name: digest - name: forwardable - name: openssl