Skip to content

Instantly share code, notes, and snippets.

@griffero
Created September 22, 2019 18:44
Show Gist options
  • Save griffero/d522e0a9aab0af9df57f44b164560966 to your computer and use it in GitHub Desktop.
Save griffero/d522e0a9aab0af9df57f44b164560966 to your computer and use it in GitHub Desktop.
Pronto Gemfile (medium)
group :test do
gem 'brakeman', require: false
gem 'fasterer', require: false
gem 'pronto'
gem 'pronto-brakeman', require: false
gem 'pronto-fasterer', require: false
gem 'pronto-rubocop', require: false
gem 'pronto-scss', require: false
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'scss_lint', require: false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment