tj / commander

The complete solution for Ruby command-line executables
http://visionmedia.github.com/commander
MIT License
1.09k stars 64 forks source link

Upgrade to rubocop 0.29.1; bump gem #103

Closed saizai closed 9 years ago

saizai commented 9 years ago

@ggilder commander's rubocop version is out of date, and the rspec hasn't been bumped in the gem yet, which causes dependency issues.

ggilder commented 9 years ago

@saizai both of those dependencies are actually fixed on https://github.com/commander-rb/commander - I'm in the process of moving the project there, just haven't finished moving issues and updating links everywhere.

However, since both rubocop and rspec are only development dependencies, they should not be installed during a regular gem install or bundle install, so commander should not be able to cause dependency conflicts on those.

I'll update the gem later today once I've finished moving the repo; please open another issue if you continue to see dependency conflicts.

saizai commented 9 years ago

@ggilder Didn't realize you were moving it over. Sounds good. :)