-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1814 from github/jk-minified-upgrade-nokogiri
Update nokogiri, nokogiri-diff, rdoc, drop support for Ruby < 3
- Loading branch information
Showing
18 changed files
with
2,683 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ pkg/ | |
Gemfile.lock | ||
.project | ||
.buildpath | ||
*~ | ||
*~ | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
source "http://rubygems.org" | ||
gemspec | ||
|
||
gem "posix-spawn", :platforms => :ruby | ||
gem "redcarpet", :platforms => :ruby | ||
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 "rdoc", "~>3.6" | ||
gem "rdoc", "~> 6.7.0" | ||
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 "rexml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module GitHub | ||
module Markup | ||
VERSION = '4.0.2' | ||
VERSION = '5.0.0' | ||
Version = VERSION | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,4 @@ <h2>Another Section</h2> | |
<p>content</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div> | ||
<p>This test verifies the author can disable the document title by adding <code>:!showtitle:</code> to the document header.</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.