From 9a4f45d3767f120f6387f23ecc787c41dae115d8 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 2 Jun 2024 13:29:44 -0500 Subject: [PATCH] Use new blather branch to avoid trying to register before login --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 47fe373..28c5283 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" -gem "blather", git: "https://github.com/singpolyma/blather", branch: "allow-nested-client-xmlns" +gem "blather", git: "https://github.com/singpolyma/blather", branch: "better-feature-order" -- 2.45.2