Skip to content

Commit

Permalink
Use ronn-ng instead of ronn
Browse files Browse the repository at this point in the history
ronn is dead, it depends on hpricot which is also dead.
  • Loading branch information
avdv committed Sep 2, 2024
1 parent e3292e0 commit 9c6ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colorls.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'diffy', '3.4.2'
spec.add_development_dependency 'rake', '~> 13'
spec.add_development_dependency 'rdoc', '~> 6.1'
spec.add_development_dependency 'ronn', '~> 0'
spec.add_development_dependency 'ronn-ng', '~> 0'
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'rspec-its', '~> 1.2'
spec.add_development_dependency 'rubocop', '~> 1.50.1'
Expand Down

0 comments on commit 9c6ab12

Please sign in to comment.