From b43708d57df21aee0d1f4bfca91f9ec80cb924bc Mon Sep 17 00:00:00 2001 From: Fuzzwah Date: Mon, 26 Feb 2024 13:33:06 +1100 Subject: [PATCH] switch from python-docutils to ruby-pandoc for rst files --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index bc98a462..4e0a74be 100644 --- a/Gemfile +++ b/Gemfile @@ -7,12 +7,12 @@ 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" gem "rdoc", "~>3.6" gem "org-ruby", "= 0.9.9" gem "creole", "~>0.3.6" gem "wikicloth", "=0.8.3" gem "twitter-text", "~> 1.14" gem "asciidoctor", "~> 2.0.5" -gem "rake" +gem "rake", "~> 12.0" gem "pandoc-ruby", "= 2.1.10"