Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v2.8.2"
gem "rdoc", "~> 6.13.1"
gem "org-ruby", "0.9.12"
gem "creole", "~>0.5.0"
Expand Down
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/gjtorikian/commonmarker.git
revision: 2838ebaa83ee0081d481c21f3bc0e4cb3e8de9da
tag: v0.18.3
revision: f3be00837bdee333384445f537013dab33d5d317
tag: v2.8.2
specs:
commonmarker (0.18.3)
ruby-enum (~> 0.5)
commonmarker (2.8.2)
rb_sys (~> 0.9)

PATH
remote: .
Expand Down Expand Up @@ -79,12 +79,13 @@ GEM
stringio
racc (1.8.1)
rake (13.3.1)
rake-compiler-dock (1.12.0)
rb_sys (0.9.128)
rake-compiler-dock (= 1.12.0)
rdoc (6.13.1)
psych (>= 4.0.0)
redcarpet (3.6.1)
rexml (3.4.4)
ruby-enum (0.9.0)
i18n
rubypants (0.7.1)
rugged (1.9.0)
sanitize (6.1.3)
Expand Down Expand Up @@ -126,10 +127,10 @@ DEPENDENCIES
html-pipeline (~> 1.0)
kramdown
minitest (~> 5.4, >= 5.4.3)
nokogiri (~> 1.19)
nokogiri (~> 1.19.2, ~> 1.19)
nokogiri-diff (~> 0.3.0)
org-ruby (= 0.9.12)
rake
rake (~> 13, >= 0)
rdoc (~> 6.13.1)
redcarpet
rexml
Expand Down
Loading