tobym / nokogiri-pretty

Pretty-print the contents of a Nokogiri document
MIT License
14 stars 4 forks source link

get rid of duplicated nokogiri dependency #2

Open tomek1024 opened 8 years ago

tomek1024 commented 8 years ago

the newest bundler generates a warning about duplicated dependency.

nilbus commented 8 years ago

@tobym Could you update the version and release this to resolve the bundler warning? I believe this should be 1.1.0, since it contains a new feature since the last release.

nilbus commented 8 years ago

Sorry, I just realized that although this fixes the immediate problem in the gemspec, the problem will recur later when the gemspec is regenerated by jeweler. See the comment at the top of the gemspec:

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'

I'm looking into a better way to resolve this.