aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Gemfile
blob: 7d99e0601b9661e71cf836b5b32baf4e40f3a6c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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")

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

disable_system_gems