davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

Remove duplicate rake dependency #109

Closed mbigras closed 7 years ago

mbigras commented 7 years ago

Hi Dave,

Bundler already includes rake so you get the following warning after bootstrapping and remove ing all the TODOs from the gemspec:

You have one or more invalid gemspecs that need to be fixed.
The gemspec at /Users/max/Dropbox/work/src/github.com/mbigras/devify/devify.gemspec is not valid. Please fix this gemspec.
The validation error was 'duplicate dependency on rake (>= 0, development), (~> 10.0) use:
    add_development_dependency 'rake', '>= 0', '~> 10.0'

Seems like since we're using bundler's skeleton anyways we should use their version of rake?

Happy new year 🎉

davetron5000 commented 7 years ago

Yup. Thanks!

davetron5000 commented 7 years ago

released as 1.9.4