3ecfb3744f
- Pull in the 37signals house style - Autofix violations - Add to CI
9 lines
200 B
Ruby
9 lines
200 B
Ruby
source "https://rubygems.org"
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
gemspec
|
|
|
|
group :rubocop do
|
|
gem "rubocop-37signals", github: "basecamp/house-style", require: false
|
|
end
|