Skip to content

Commit 8d780b4

Browse files
committed
Mention new minimum Ruby version
1 parent 0cb72cd commit 8d780b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Pending
44

55
- [Node.js] BREAKING: Minimum Node.js version increased from 8.6.0 to 10.0.0.
6+
- [Ruby] BREAKING: Minimum Ruby version increased from 2.7 to 3.2.
67
- Replace minify-js with [oxc_minifier](https://github.com/oxc-project/oxc) for JavaScript minification.
78
- [Python] Add musl builds for Linux.
89
- Bump Windows version for GitHub Actions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ All [`Cfg` fields](https://docs.rs/minify-html/latest/minify_html/struct.Cfg.htm
203203

204204
- Package: [minify_html](https://rubygems.org/gems/minify_html)
205205
- Binding: [rb-sys](https://github.com/oxidize-rb/rb-sys) and [magnus](https://github.com/matsadler/magnus)
206-
- Platforms: Linux (ARM64 and x64), macOS (ARM64 and x64), Windows (x64); Ruby 2.7 to 3.4
206+
- Platforms: Linux (ARM64 and x64), macOS (ARM64 and x64), Windows (x64); Ruby 3.2 to 3.4
207207

208208
### Get
209209

0 commit comments

Comments
 (0)