aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/Gemfile
blob: 8ee7026f050615072ec4215d413055fbaf7bd8b7 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                            

                                     
                      
                           

                                                                                
                        






                    
                   
rails_root = Pathname.new(File.dirname(__FILE__)).join("..")

Gem.sources.each { |uri| source uri }

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