aboutsummaryrefslogblamecommitdiffstats
path: root/Gemfile
blob: a60c1010d99c273a5938decf68e0f5d96c980a8e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

                             












                                                  
                                                                    

                               
                                                              

                  
              
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.1.3", :git => "git://github.com/rails/arel.git"
gem "mocha"
gem "sqlite3-ruby"
gem "RedCloth"