Skip to content

Instantly share code, notes, and snippets.

@paulelliott
Created March 26, 2011 14:47
Show Gist options
  • Save paulelliott/888336 to your computer and use it in GitHub Desktop.
Save paulelliott/888336 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'carmen'
gem 'carrierwave'
gem 'decent_exposure'
gem 'devise'
gem 'fabrication'
gem 'ffaker'
gem 'fog'
gem 'haml-rails'
gem 'mini_magick'
gem 'rails', '3.0.5'
gem 'database_cleaner'
gem 'mongoid'
group :development, :test do
gem 'capybara'
gem 'cucumber-rails'
gem 'email_spec'
gem 'launchy'
gem 'pickler'
gem 'ruby-debug19', require: "ruby-debug"
gem 'rspec-rails'
gem 'thin'
gem 'timecop'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment