From 4d969a3dc4eafd114b1dddc7c5019679f33bbafb Mon Sep 17 00:00:00 2001 From: Roch Lefebvre Date: Mon, 13 May 2024 10:57:26 -0400 Subject: [PATCH] Attempt to fix stringio incompatibility with Ruby 3.3 (deployment error) --- CHANGELOG.md | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d48abdae..9f8eb4968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [#138](https://github.com/Shopify/worldwide/pull/138) - Reposition zip in NF show: format to come after country, not before city. [#142](https://github.com/Shopify/worldwide/pull/142) - Allow building number on address2 for CH [#143](https://github.com/Shopify/worldwide/pull/143) +- Attempt to fix stringio incompatibility with Ruby 3.3 (deployment error) [#145](https://github.com/Shopify/worldwide/pull/145) ## [0.11.0] - 2024-04-11 diff --git a/Gemfile.lock b/Gemfile.lock index 8deb357f1..a546e4944 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM ruby2_keywords (0.0.5) rubyzip (2.3.2) sorbet-runtime (0.5.10648) - stringio (3.0.6) + stringio (3.1.0) syntax_tree (5.3.0) prettier_print (>= 1.2.0) thor (1.2.1)