We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d35c00f + c806bbf commit 690d90eCopy full SHA for 690d90e
Gemfile
@@ -5,6 +5,8 @@ gem "posix-spawn", :platforms => :ruby
5
gem "redcarpet", :platforms => :ruby
6
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"
11
gem "rdoc", "~>3.6"
12
gem "org-ruby", "= 0.9.9"
0 commit comments