Skip to content

Instantly share code, notes, and snippets.

@mmurray
Created June 11, 2010 01:31
Show Gist options
  • Save mmurray/433910 to your computer and use it in GitHub Desktop.
Save mmurray/433910 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta3'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
#gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'mysql'
gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => 'rails3'
gem 'asset_packager'
gem 'friendly_id'
gem 'gravatarify', :git => 'git://github.com/lwe/gravatarify.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment