mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Bundle with system gem sources rather than gems.rubyforge.org default
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
rails_root = Pathname.new(File.dirname(__FILE__)).join("..")
|
||||
|
||||
Gem.sources.each { |uri| source uri }
|
||||
|
||||
gem "rack", "~> 1.0.0"
|
||||
gem "rack-test", "~> 0.5.0"
|
||||
gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport")
|
||||
|
||||
Reference in New Issue
Block a user