paulczar / meez

rubygem to set up opinionated TDD chef cookbook
73 stars 17 forks source link

Bump rubocop in Gemfile to -> 0.18, due to https://github.com/bbatsov/ru... #4

Closed flaccid closed 10 years ago

flaccid commented 10 years ago

...bocop/pull/763.

Per the bug, use of this older version of rubocop with rainbow resulted in:

undefined method `color' for ".":String

I tested 0.18.1 and it is working fine. Lets update for the bundle install.

flaccid commented 10 years ago

There is a few piggyback commits on the pull request as I conclude testing of meez and with a new cookbook.

The chefspec version was upgraded to 3.2 due to https://github.com/sethvargo/chefspec/pull/304.