rubocop / guard-rubocop

Guard plugin for RuboCop
MIT License
262 stars 55 forks source link

Up .gemspec || Don't lock rubocop? #29

Closed nofxx closed 7 years ago

nofxx commented 7 years ago

Not a big deal, but some boring warning lines every time because rubocop is on 0.40.x and gem 0.20. Guard ok, but why bother with rubocop version? My 2 cents hehe. Thank you for the gem!

yujinakayama commented 7 years ago

It's not locked. The current version specifier ~> 0.20 allows the latest RuboCop. You just need to run bundle update rubocop in your project.

nofxx commented 7 years ago

My bad, you're right. ~> 0.20 will allow >=0.20 .... < 1.0