2020-07-15 15:04:55 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
|
|
|
|
|
|
|
|
gem "rubocop", "~> 0.82.0"
|
|
|
|
gem "rubocop-rails", "~> 2.5"
|
2020-07-15 17:26:25 -04:00
|
|
|
gem "rubocop-github", "~> 0.14.0"
|