Gemfile 438 B

123456789101112131415161718
  1. # Edit this Gemfile to bundle your application's dependencies.
  2. gem "rails", "3.0.pre"
  3. ## Bundle edge rails:
  4. # gem "rails", :git => "git://github.com/rails/rails.git"
  5. ## Bundle the gems you use:
  6. # gem "bj"
  7. # gem "hpricot", "0.6"
  8. # gem "sqlite3-ruby", :require_as => "sqlite3"
  9. # gem "aws-s3", :require_as => "aws/s3"
  10. ## Bundle gems used only in certain environments:
  11. # gem "rspec", :only => :test
  12. # only :test do
  13. # gem "webrat"
  14. # end