Skip to content

Commit d35c00f

Browse files
committed
Bump commonmark version
1 parent 4690850 commit d35c00f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "posix-spawn", :platforms => :ruby
55
gem "redcarpet", :platforms => :ruby
66
gem "kramdown", :platforms => :jruby
77
gem "RedCloth"
8-
gem "commonmarker", "~> 0.18.1"
8+
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
99
gem "rdoc", "~>3.6"
1010
gem "org-ruby", "= 0.9.9"
1111
gem "creole", "~>0.3.6"

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.1 - 2022-03-07
2+
* Update to commonmarker 0.23.4; See [Version Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md#v0234-2022-03-03)
3+
14
## 4.0.0 - 2021-03-31
25

36
* Drop support for Python 2 in RST rendering [#1456](https://github.com/github/markup/pull/1456)

lib/github-markup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '4.0.0'
3+
VERSION = '4.0.1'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)