mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
9 lines
293 B
Ruby
9 lines
293 B
Ruby
Gem.sources.each { |uri| source uri }
|
|
sibling = "#{File.dirname(__FILE__)}/.."
|
|
|
|
gem "activesupport", "3.0.pre", :vendored_at => "#{sibling}/activesupport"
|
|
gem "activemodel", "3.0.pre", :vendored_at => "#{sibling}/activemodel"
|
|
gem "arel", :git => "git://github.com/rails/arel.git"
|
|
|
|
gem "mocha"
|