Skip to content

Instantly share code, notes, and snippets.

@vishal-kvn
Created February 10, 2012 04:26
Show Gist options
  • Select an option

  • Save vishal-kvn/1786602 to your computer and use it in GitHub Desktop.

Select an option

Save vishal-kvn/1786602 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.10'
gem 'mysql2', '< 0.3'
gem 'paperclip'
gem 'rake'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
gem 'capistrano'
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
gem 'ruby-debug19', :require => 'ruby-debug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment