aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Gemfile
blob: a192fdaf829a84d40b5fe63fba3f475466d06a3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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")
gem "arel", :git => "git://github.com/rails/arel.git"

only :test do
  gem "sqlite3-ruby"
end

disable_system_gems