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 Aug 2, 2022
1 parent 83b575b commit 1647749
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "rake"
## To retrieve a list of contributors from GitHub
gem "octokit", "~> 5.1"
## 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
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ GEM
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.6.0)
hpricot (0.8.6)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
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 @@ -110,14 +111,19 @@ GEM
mini_racer (0.5.0)
libv8-node (~> 16.10.0.0)
minitest (5.14.4)
mustache (1.0.5)
mustache (1.1.1)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-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 (5.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand All @@ -144,13 +150,8 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdiscount (2.2.0.2)
regexp_parser (2.5.0)
rexml (3.2.5)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
rdiscount (>= 1.5.8)
rouge (3.12.0)
rubocop (1.32.0)
json (~> 2.3)
Expand Down Expand Up @@ -201,11 +202,11 @@ DEPENDENCIES
middleman-search!
middleman-syntax
nokogiri (~> 1.13)
nronn
octokit (~> 5.1)
pry
pry-byebug
rake
ronn
rubocop

RUBY VERSION
Expand Down

0 comments on commit 1647749

Please sign in to comment.