7 lines
116 B
Ruby
7 lines
116 B
Ruby
source 'https://rubygems.org'
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
gemspec
|
|
|
|
gem "debug"
|