File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Changes section to scan for breaking or behavioral changes.
1313* Expand examples with traversal, update/delete, and JSON round-trip steps
1414 while aligning example data with the diagrammed structures.
1515* Link to the full examples directory from the README.
16+ * Note that ambiguous ` stringio ` spec warnings can be resolved by removing
17+ extra versions (for example, ` gem cleanup stringio ` ).
1618
1719### 3.0.0pre / 2026-02-08
1820
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ Development dependencies (not required for installing the gem):
2424* [ mdl] [ ] for markdown linting
2525* [ RuboCop] [ ] for linting the code
2626
27+ If RubyGems warns about ambiguous ` stringio ` specs in your dev gemset,
28+ remove the extra versions in this repo’s gemset (for example):
29+ ` gem cleanup stringio ` .
30+
2731## Getting the Source
2832
2933You can download the latest released source code as a tar or zip file, as
Original file line number Diff line number Diff line change 9999 simplecov-html (0.13.2 )
100100 simplecov-lcov (0.9.0 )
101101 simplecov_json_formatter (0.1.4 )
102- stringio (3.2.0 )
102+ stringio (3.0.1 )
103103 test-unit (3.7.7 )
104104 power_assert
105105 tomlrb (2.0.4 )
You can’t perform that action at this time.
0 commit comments