Skip to content

Commit 4d969a3

Browse files
committed
Attempt to fix stringio incompatibility with Ruby 3.3 (deployment error)
1 parent 12c1c86 commit 4d969a3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3535
[#138](https://github.com/Shopify/worldwide/pull/138)
3636
- Reposition zip in NF show: format to come after country, not before city. [#142](https://github.com/Shopify/worldwide/pull/142)
3737
- Allow building number on address2 for CH [#143](https://github.com/Shopify/worldwide/pull/143)
38+
- Attempt to fix stringio incompatibility with Ruby 3.3 (deployment error) [#145](https://github.com/Shopify/worldwide/pull/145)
3839

3940
## [0.11.0] - 2024-04-11
4041

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
104104
ruby2_keywords (0.0.5)
105105
rubyzip (2.3.2)
106106
sorbet-runtime (0.5.10648)
107-
stringio (3.0.6)
107+
stringio (3.1.0)
108108
syntax_tree (5.3.0)
109109
prettier_print (>= 1.2.0)
110110
thor (1.2.1)

0 commit comments

Comments
 (0)