From e3b4cbc674b543d7f7eb181788c4b4f39abb94cc Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Tue, 22 Sep 2026 14:09:24 -0500 Subject: [PATCH] Bump surfguard to the published 0.2.0 (#271) Moves the pin from the pre-release 910be91 (0.1.0) to 59e278c, the v0.2.0 tag Fizzy already runs. The default policy now admits IPv6 only inside IANA-allocated unicast prefixes instead of default-allowing reserved and unallocated space. No call-site changes: both shim entry points take the new policy keyword's default. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 731f245..b07fc4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/basecamp/surfguard.git - revision: 910be917fd0ab782c5ea939698d44f26694a501d + revision: 59e278c01a537755f22791429051891949231ead specs: - surfguard (0.1.0) + surfguard (0.2.0) GIT remote: https://github.com/hotwired/turbo-rails.git