9 lines
172 B
Ruby
9 lines
172 B
Ruby
source "https://rubygems.org"
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
gemspec
|
|
|
|
group :rubocop do
|
|
gem "rubocop-rails-omakase", require: false
|
|
end
|