Skip to content

Commit

Permalink
use ronn-ng instead of ronn
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Aug 3, 2024
1 parent 20ee109 commit 299bff0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ source 'https://rubygems.org'
gem 'aruba', '~> 2.2.0'
gem 'rspec', '~> 3.12.0'
gem 'rake', '~> 13.0.3'
#gem 'ronn', '~> 0.7.3'
gem 'ronn-ng', '~> 0.10.1'
gem 'os', '~> 1.1.4'
21 changes: 21 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,29 @@ GEM
diff-lcs (1.5.1)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
multi_test (1.1.0)
mustache (1.1.1)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
os (1.1.4)
racc (1.8.1)
rake (13.0.6)
rexml (3.3.4)
strscan
ronn-ng (0.10.1)
kramdown (~> 2, >= 2.1)
kramdown-parser-gfm (~> 1, >= 1.0.1)
mustache (~> 1)
nokogiri (~> 1, >= 1.14.3)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -55,6 +74,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.2)
strscan (3.1.0)
sys-uname (1.3.0)
ffi (~> 1.1)
thor (1.3.1)
Expand All @@ -67,6 +87,7 @@ DEPENDENCIES
aruba (~> 2.2.0)
os (~> 1.1.4)
rake (~> 13.0.3)
ronn-ng (~> 0.10.1)
rspec (~> 3.12.0)

BUNDLED WITH
Expand Down

0 comments on commit 299bff0

Please sign in to comment.