Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created June 6, 2010 17:01
Show Gist options
  • Save dchelimsky/427710 to your computer and use it in GitHub Desktop.
Save dchelimsky/427710 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem "arel", :path => "../../vendor/arel"
gem "rails", :path => "../../vendor/rails"
gem 'sqlite3-ruby', :require => 'sqlite3'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri', '1.4.1'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for certain environments:
# gem 'rspec', :group => :test
# group :test do
# gem 'webrat'
# end
gem "rspec-rails", :path => "/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-rails"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment