Skip to content

Instantly share code, notes, and snippets.

@fredrikhenne
Created May 6, 2010 18:25
Show Gist options
  • Save fredrikhenne/392501 to your computer and use it in GitHub Desktop.
Save fredrikhenne/392501 to your computer and use it in GitHub Desktop.
source 'http://gemcutter.org'
gem "bson_ext"
gem "rails", "3.0.0.beta3"
gem "haml", ">= 3.0.0.rc.2"
gem "mongoid", :git => "http://github.com/durran/mongoid.git"
gem "devise", :git => "http://github.com/plataformatec/devise.git"
group :development do
gem "nifty-generators", :git => "http://github.com/ryanb/nifty-generators.git"
gem "rails3-generators", :git => "http://github.com/indirect/rails3-generators.git"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment