Skip to content

Commit

Permalink
bump to v5 to drop ruby 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj committed Jun 11, 2024
1 parent b030877 commit 33f926e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
matrix:
ruby:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 4.0.3 - 2024-06-11
## 5.0.0 - 2024-06-11
* Update to Nokogiri ~> 1.16.5
* Update to nokogiri-diff ~> 0.3.0
* Drop support for Ruby versions < 3.0.0

## 4.0.2 - 2023-10-10
* Add support for .mdx files in markdown
Expand Down

0 comments on commit 33f926e

Please sign in to comment.