aboutsummaryrefslogblamecommitdiffstats
path: root/activemodel/Gemfile
blob: 289d696792b99491db035dfdc7e097544da80e0c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                
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