Skip to content

Commit

Permalink
Replace forked ronn-ng with public nronn
Browse files Browse the repository at this point in the history
To unify use of rdiscount with kramdown, and to unify use of hpricot
with nokogiri.

Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir committed Jan 1, 2023
1 parent de74229 commit 6503b96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem "rake"
gem "faraday-retry", "~> 2.0"
gem "octokit", "~> 6.0"
## To generate ERB files from ronn files from rubygems/rubygems
gem "ronn-ng", github: "deivid-rodriguez/ronn-ng", branch: "fix-charset"
gem "nronn"
## To strip (man:strip_pages)
gem "nokogiri", "~> 1.13"

Expand Down
18 changes: 6 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
GIT
remote: https://github.com/deivid-rodriguez/ronn-ng.git
revision: f1c1c79414c85351720e1d9ff6cd1737fe337295
branch: fix-charset
specs:
ronn-ng (0.10.1.pre1)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0.1)
mustache (~> 1.0)
nokogiri (~> 1.11, >= 1.11.0)

GIT
remote: https://github.com/middleman/middleman.git
revision: 038f4f606ff6cfc75cbe5c8690c5eae2e34f78f3
Expand Down Expand Up @@ -132,6 +121,11 @@ GEM
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nronn (0.10.2)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0.1)
mustache (~> 1.0)
nokogiri (~> 1.10, >= 1.10.10)
octokit (6.0.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -217,11 +211,11 @@ DEPENDENCIES
middleman-search!
middleman-syntax
nokogiri (~> 1.13)
nronn
octokit (~> 6.0)
pry
pry-byebug
rake
ronn-ng!
rubocop

RUBY VERSION
Expand Down

0 comments on commit 6503b96

Please sign in to comment.