Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back to nronn #1257

Merged
merged 1 commit into from
Dec 12, 2023
Merged
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 @@ -20,7 +20,7 @@ gem "rake"
gem "faraday-retry", "~> 2.2"
gem "octokit", "~> 8.0"
## To generate ERB files from ronn files from rubygems/rubygems
gem "ronn-ng", github: "apjanke/ronn-ng"
gem "nronn"
## To strip (man:strip_pages)
gem "nokogiri", "~> 1.15"

Expand Down
17 changes: 6 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/apjanke/ronn-ng.git
revision: 44db815d89d641b52e7fa5ae7df9951d5ed5b623
specs:
ronn-ng (0.10.1.pre3)
kramdown (~> 2.1)
kramdown-parser-gfm (>= 1.0.1, < 1.2)
mustache (~> 1.1)
nokogiri (~> 1.10, >= 1.10.10)

GIT
remote: https://github.com/middleman/middleman.git
revision: 50f76c2984c4f82b243b0a5e3f860aeaf63e07d5
Expand Down Expand Up @@ -142,6 +132,11 @@ GEM
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
nronn (0.11.1)
kramdown (~> 2.1)
kramdown-parser-gfm (>= 1.0.1, < 1.2)
mustache (~> 1.0)
nokogiri (~> 1.10, >= 1.10.10)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -239,10 +234,10 @@ DEPENDENCIES
middleman-search!
middleman-syntax
nokogiri (~> 1.15)
nronn
octokit (~> 8.0)
pry-byebug
rake
ronn-ng!
rubocop
rubocop-rake

Expand Down