We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c3200 commit b43708dCopy full SHA for b43708d
Gemfile
@@ -7,12 +7,12 @@ gem "kramdown", :platforms => :jruby
7
gem "RedCloth"
8
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
9
# 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"
+gem "commonmarker"
11
gem "rdoc", "~>3.6"
12
gem "org-ruby", "= 0.9.9"
13
gem "creole", "~>0.3.6"
14
gem "wikicloth", "=0.8.3"
15
gem "twitter-text", "~> 1.14"
16
gem "asciidoctor", "~> 2.0.5"
17
-gem "rake"
+gem "rake", "~> 12.0"
18
gem "pandoc-ruby", "= 2.1.10"
0 commit comments