Skip to content

Instantly share code, notes, and snippets.

@skatkov
Created June 26, 2020 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skatkov/779e52f92f1d0bca9a557de443286925 to your computer and use it in GitHub Desktop.
Save skatkov/779e52f92f1d0bca9a557de443286925 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
ruby '2.6.6'
gem 'pronto'
gem 'oj'
gem 'pronto-eslint', require: false
gem 'pronto-brakeman', require: false
gem 'pronto-rails_schema', require: false
gem 'pronto-fasterer', require: false
gem 'pronto-rails_best_practices', require: false
gem 'rubocop-thread_safety'
gem 'rubocop-performance'
gem 'rubocop-minitest'
gem 'rubocop-rails'
gem 'danger'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment