Skip to content

Commit b43708d

Browse files
committed
switch from python-docutils to ruby-pandoc for rst files
1 parent 83c3200 commit b43708d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ 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"
1111
gem "rdoc", "~>3.6"
1212
gem "org-ruby", "= 0.9.9"
1313
gem "creole", "~>0.3.6"
1414
gem "wikicloth", "=0.8.3"
1515
gem "twitter-text", "~> 1.14"
1616
gem "asciidoctor", "~> 2.0.5"
17-
gem "rake"
17+
gem "rake", "~> 12.0"
1818
gem "pandoc-ruby", "= 2.1.10"

0 commit comments

Comments
 (0)