Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created May 14, 2018 21:26
Show Gist options
  • Save BlakeWilliams/23e4d2137e491bc3de394099fe165de3 to your computer and use it in GitHub Desktop.
Save BlakeWilliams/23e4d2137e491bc3de394099fe165de3 to your computer and use it in GitHub Desktop.
group :development, :test do
gem 'rubocop', '~> 0.55.0', require: false
end
group :test do
gem 'pronto'
gem 'pronto-rubocop', require: false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment