Skip to content

Commit 0981d6c

Browse files
justin808claude
andcommitted
Fix version compatibility matrix to match gemspec
Update minimum versions to reflect actual gem requirements: - Ruby: 3.0 (not 3.2) - Node.js: 18 (not 20) - Shakapacker: 6.0 (not 8.2.0) - Rails: 5.2 (not 6.1) Add note clarifying that CI tests against higher versions but the gem supports the lower versions shown. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent de948fc commit 0981d6c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/upgrading/release-notes/16.1.0.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ Then run `bundle install` and your package manager's install command.
2828

2929
| Component | Minimum | Recommended |
3030
| ----------- | ------- | ----------- |
31-
| Ruby | 3.2 | 3.3+ |
32-
| Node.js | 20 | 22+ |
33-
| Shakapacker | 8.2.0 | 8.2.0+ |
31+
| Ruby | 3.0 | 3.3+ |
32+
| Node.js | 18 | 22+ |
33+
| Shakapacker | 6.0 | 8.2.0+ |
3434
| React | 18 | 18+ |
35-
| Rails | 6.1 | 7.0+ |
35+
| Rails | 5.2 | 7.0+ |
36+
37+
**Note:** CI tests against Ruby 3.2+ and Node.js 20+, but the gem supports lower versions as shown above.
3638

3739
## New Features in v16.1.0
3840

0 commit comments

Comments
 (0)