Skip to content

Instantly share code, notes, and snippets.

@tpope
Created April 15, 2011 02:24
Show Gist options
  • Select an option

  • Save tpope/921011 to your computer and use it in GitHub Desktop.

Select an option

Save tpope/921011 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'
gem 'hike', :git => 'git://github.com/sstephenson/hike.git'
gem 'sprockets', :git => 'git://github.com/sstephenson/sprockets.git'
gem 'rack', :git => 'git://github.com/rack/rack.git'
gem 'rack-ssl', :git => 'git://github.com/josh/rack-ssl.git'
gem 'rack-cache', :git => 'git://github.com/rtomayko/rack-cache.git'
gem 'rails-default-database'
gem 'sqlite3'
gem 'sass', '~> 3.1.0.alpha'
gem 'coffee-script'
gem 'ruby-debug', :platform => 'ruby_18'
gem 'ruby-debug19', :platform => 'ruby_19', :require => 'ruby-debug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment