Skip to content

Commit

Permalink
Replace ronn with 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 Dec 26, 2022
1 parent 0820374 commit be83564
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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"
gem "nronn"
## To strip (man:strip_pages)
gem "nokogiri", "~> 1.13"

Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@ GEM
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (5.0.0)
hpricot (0.8.6)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.0.1)
kramdown (~> 2.0)
libv8-node (16.10.0.0)
libv8-node (16.10.0.0-arm64-darwin)
libv8-node (16.10.0.0-x86_64-linux)
Expand Down Expand Up @@ -124,6 +125,11 @@ GEM
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
nronn (0.10.1)
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 @@ -152,17 +158,12 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdiscount (2.2.0.2)
regexp_parser (2.6.1)
rexml (3.2.5)
rgl (0.5.9)
pairing_heap (>= 0.3.0)
rexml (~> 3.2, >= 3.2.4)
stream (~> 0.5.3)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
rdiscount (>= 1.5.8)
rouge (3.30.0)
rubocop (1.41.1)
json (~> 2.3)
Expand Down Expand Up @@ -214,11 +215,11 @@ DEPENDENCIES
middleman-search!
middleman-syntax
nokogiri (~> 1.13)
nronn
octokit (~> 6.0)
pry
pry-byebug
rake
ronn
rubocop

RUBY VERSION
Expand Down

0 comments on commit be83564

Please sign in to comment.