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