Skip to content

Commit 19f5749

Browse files
committed
Replace ruby 3.5 references with 4.0
1 parent 024b70e commit 19f5749

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## [0.8.0] - 2025-11-01
1414

15-
- Fix Ractor safety (requires Ruby 3.5+)
15+
- Fix Ractor safety
1616
- Make `ArgumentError` messages consistent
1717
- Implement write barriers for `Atom`
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ p latch.count #=> 0
9898
```
9999

100100
> [!NOTE]
101-
> `Atom`, `AtomicBoolean`, and `AtomicCountDownLatch` are Ractor-safe in Ruby 3.5+.
101+
> `Atom`, `AtomicBoolean`, and `AtomicCountDownLatch` are Ractor-safe in Ruby 4.0+.
102102
103103
## Benchmarks
104104

0 commit comments

Comments
 (0)