Skip to content

Instantly share code, notes, and snippets.

@tpope
Created April 15, 2011 02:24
Show Gist options
  • Save tpope/921011 to your computer and use it in GitHub Desktop.
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