Created
June 26, 2020 20:31
-
-
Save skatkov/779e52f92f1d0bca9a557de443286925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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