aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 626358714676bc3b26aa547f4de874845fe7967e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
clear_sources
source 'http://gemcutter.org'

gem "rails", "3.0.pre", :vendored_at => "railties"
%w(
  activesupport
  activemodel
  actionpack
  actionmailer
  activerecord
  activeresource
).each do |lib|
  gem lib, '3.0.pre', :vendored_at => lib
end
gem "rack",          "1.0.1"
gem "rack-mount",    :git => "git://github.com/rails/rack-mount.git"
gem "rack-test",     "~> 0.5.0"
gem "erubis",        "~> 2.6.0"
gem "arel", "0.2.pre", :git => "git://github.com/rails/arel.git"
gem "mocha"
gem "sqlite3-ruby"
gem "RedCloth"