aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Gemfile
blob: 430b32e8ca28946726e8cdb90b868aa5a769f728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 "actionpack", "3.0.pre", :vendored_at => "#{sibling}/actionpack"
gem "rack-mount", :git => "git://github.com/josh/rack-mount.git"
gem "mocha"

#disable_system_gems