Skip to content

Commit

Permalink
drop support for ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj committed Jun 11, 2024
1 parent bd31268 commit e17cc10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "kramdown", :platforms => :jruby
gem "RedCloth"
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
# however we want to bump up to this version since this has a security patch
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v1.1.4"
gem "rdoc", "~>3.6"
gem "org-ruby", "= 0.9.9"
gem "creole", "~>0.3.6"
Expand Down
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 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
* Update to github-linguist ~> 7.30.0
* Drop support for Ruby versions < 3.1.0

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

0 comments on commit e17cc10

Please sign in to comment.