Skip to content

Instantly share code, notes, and snippets.

@jonathan
Created March 6, 2010 21:32
Show Gist options
  • Save jonathan/323957 to your computer and use it in GitHub Desktop.
Save jonathan/323957 to your computer and use it in GitHub Desktop.
source :gemcutter
gem 'rails', :git => 'git://github.com/rails/rails.git'
git 'git://github.com/rails/arel.git'
git 'git://github.com/rails/rack.git'
gem 'inherited_resources'
group :db do
gem 'pg'
end
# Use mongrel as the web server
# gem 'mongrel'
# Deploy with Capistrano
# gem 'capistrano'
# Bundle the extra gems:
# gem 'bj'
# gem 'hpricot', '0.6'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for certain environments:
# gem 'rspec', :group => :test
group :test do
gem 'rspec', '>= 2.0.0.beta.1'
gem 'rspec-rails', '>= 2.0.0.beta.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment