This commit is contained in:
Nick Borromeo 2022-03-07 19:12:02 -08:00
Родитель 46908504f5
Коммит d35c00f367
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@ gem "posix-spawn", :platforms => :ruby
gem "redcarpet", :platforms => :ruby
gem "kramdown", :platforms => :jruby
gem "RedCloth"
gem "commonmarker", "~> 0.18.1"
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
gem "rdoc", "~>3.6"
gem "org-ruby", "= 0.9.9"
gem "creole", "~>0.3.6"

Просмотреть файл

@ -1,3 +1,6 @@
## 4.0.1 - 2022-03-07
* Update to commonmarker 0.23.4; See [Version Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md#v0234-2022-03-03)
## 4.0.0 - 2021-03-31
* Drop support for Python 2 in RST rendering [#1456](https://github.com/github/markup/pull/1456)

Просмотреть файл

@ -1,6 +1,6 @@
module GitHub
module Markup
VERSION = '4.0.0'
VERSION = '4.0.1'
Version = VERSION
end
end