Skip to content

Instantly share code, notes, and snippets.

@merbjedi
Created March 10, 2010 13:24
Show Gist options
  • Save merbjedi/327862 to your computer and use it in GitHub Desktop.
Save merbjedi/327862 to your computer and use it in GitHub Desktop.
# Edit this Gemfile to bundle your application's dependencies.
source 'http://gemcutter.org'
gem "rails", "3.0.0.beta1"
gem "ruby-debug"
gem "mongrel"
gem "haml-edge", :require => "haml"
gem "compass", "0.10.0.rc1"
gem "will_paginate", ">= 3.0.pre"
gem "mongo", ">= 0.19"
gem "mongo_ext", ">= 0.19"
gem "mongo_mapper", ">= 0.7.1"
# gem "compass-960-plugin"
group :test do
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails'
gem "factory_girl", :require => nil
gem "rspec-rails", ">= 2.0.0.beta"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment