Skip to content

Commit 344c937

Browse files
committed
Document stringio cleanup guidance
Explain how to remove ambiguous stringio versions in docs.
1 parent 38bfb7d commit 344c937

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2933
You can download the latest released source code as a tar or zip file, as

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ GEM
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)

0 commit comments

Comments
 (0)