Skip to content

Instantly share code, notes, and snippets.

@jtrupiano
Created January 16, 2010 20:38
Show Gist options
  • Save jtrupiano/278996 to your computer and use it in GitHub Desktop.
Save jtrupiano/278996 to your computer and use it in GitHub Desktop.
# Edit this Gemfile to bundle your application's dependencies.
gem "rails", "3.0.pre"
## Bundle edge rails:
# gem "rails", :git => "git://github.com/rails/rails.git"
## Bundle the gems you use:
# gem "bj"
# gem "hpricot", "0.6"
# gem "sqlite3-ruby", :require_as => "sqlite3"
# gem "aws-s3", :require_as => "aws/s3"
## Bundle gems used only in certain environments:
# gem "rspec", :only => :test
# only :test do
# gem "webrat"
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment