ruby-protobuf / protobuf

A pure ruby implementation of Google's Protocol Buffers
https://github.com/ruby-protobuf
MIT License
463 stars 101 forks source link

Fix rubocop: lock down the parser version / upgrade rubocop to 0.35 #317

Closed film42 closed 8 years ago

film42 commented 8 years ago

This should fix rubocop. I locked down the parser version and had to upgrade rubocop in order to make things work again. There was a new cop added, but I like the change so I kept it enabled.

cc @brianstien @embark @mmmries @liveh2o @abrandoned

embark commented 8 years ago

LGTM, thanks!!