mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
91533d9ab1
We have the platform issue on heroku: * https://gist.github.com/schneems/26452540f6e2bbbcf2ea144f45f6b305 * https://github.com/heroku/heroku-buildpack-ruby/issues/833 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
175 B
Text
6 lines
175 B
Text
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
# Specify your gem's dependencies in <%= config[:name] %>.gemspec
|
|
gemspec
|