File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,10 +482,7 @@ jobs:
482482 fail-fast : false
483483 matrix :
484484 os : [ubuntu-22.04, macos-13, windows-2022]
485- ruby-version : ["2.7", "3.2", "3.3"]
486- exclude :
487- - os : " macos-13"
488- ruby-version : " 2.7"
485+ ruby-version : ["3.2", "3.3"]
489486
490487 name : Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
491488 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 66
77- Bump MSRV to ` 1.71.1 ` .
88
9+ ### Removed
10+
11+ - Support for Ruby 2.7
12+
913## [ 0.14.3] - 2024-11-14
1014
1115### Fixed
Original file line number Diff line number Diff line change 4141- Can process multiple documents in parallel
4242- Works on Linux, Windows, and macOS
4343- Supports HTML5 & CSS3
44- - Tested on Ruby 2.7, 3.2, and 3.3.
44+ - Tested on Ruby 3.2, and 3.3.
4545
4646## Playground
4747
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222 }
2323
2424 spec . requirements = [ "Rust >= 1.71.1" ]
25- spec . required_ruby_version = ">= 2.7 .0"
25+ spec . required_ruby_version = ">= 3.2 .0"
2626 spec . required_rubygems_version = ">= 3.3.26"
2727
2828 spec . add_development_dependency "rake-compiler" , "~> 1.2.0"
You can’t perform that action at this time.
0 commit comments