Add a .rubycop.yml in your project root with content
inherit_from:
- https://raw.githubusercontent.com/bluerail/rubocop-config/master/rubocop.yml
And in your .gitignore:
.rubocop-https*yml
inherit_from was added in Rubocop 0.35.0 so that's the minimum required version