Skip to content

Commit e17cc10

Browse files
committed
drop support for ruby 3.0
1 parent bd31268 commit e17cc10

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
ruby:
14-
- "3.0"
1514
- "3.1"
1615
- "3.2"
1716
- "3.3"

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.2

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "kramdown", :platforms => :jruby
77
gem "RedCloth"
88
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
99
# however we want to bump up to this version since this has a security patch
10-
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
10+
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v1.1.4"
1111
gem "rdoc", "~>3.6"
1212
gem "org-ruby", "= 0.9.9"
1313
gem "creole", "~>0.3.6"

HISTORY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## 5.0.0 - 2024-06-11
22
* Update to Nokogiri ~> 1.16.5
33
* Update to nokogiri-diff ~> 0.3.0
4-
* Drop support for Ruby versions < 3.0.0
4+
* Update to github-linguist ~> 7.30.0
5+
* Drop support for Ruby versions < 3.1.0
56

67
## 4.0.2 - 2023-10-10
78
* Add support for .mdx files in markdown

0 commit comments

Comments
 (0)