mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
11 lines
243 B
Ruby
11 lines
243 B
Ruby
rails_root = Pathname.new(File.dirname(__FILE__)).join("..")
|
|
|
|
Gem.sources.each { |uri| source uri }
|
|
|
|
gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport")
|
|
|
|
only :test do
|
|
gem "sqlite3-ruby"
|
|
end
|
|
|
|
disable_system_gems
|