aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Gemfile
blob: 60d24104d256120b7a3856fdb06ed0c1ee96dbf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
rails_root = Pathname.new(File.dirname(__FILE__)).join("..")

gem "rack", "~> 1.0.0"
gem "rack-test", "~> 0.5.0"
gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport")
gem "activemodel", "3.0.pre", :vendored_at => rails_root.join("activemodel")
gem "erubis", "~> 2.6.0"

only :test do
  gem "mocha"
  gem "sqlite3-ruby"
  gem "RedCloth"
end

disable_system_gems