Skip to content

Instantly share code, notes, and snippets.

@madrobby
Created March 29, 2011 10:08
Show Gist options
  • Save madrobby/892124 to your computer and use it in GitHub Desktop.
Save madrobby/892124 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org/'
gem 'rails', '= 3.0.5'
gem 'meta_where'
gem 'sprockets'
gem 'jsmin'
gem 'aws-s3'
gem 'pg'
gem 'utf8proc'
gem 'attr_encrypted', :git => 'git://github.com/spectator/attr_encrypted.git'
gem 'activemerchant'
gem 'thinking-sphinx', :require => 'thinking_sphinx'
gem 'will_paginate', :git => 'git://github.com/mislav/will_paginate.git', :branch => 'rails3'
gem 'lockfile'
gem 'json'
gem 'uglifier'
gem 'postmark-rails'
gem 'simple_form'
gem 'hoptoad_notifier'
gem 'newrelic_rpm'
gem 'ruby-debug', :require => false
group :development, :test do
gem 'launchy'
gem 'capybara'
gem 'rspec'
gem 'rspec-rails'
gem 'silent-postgres'
gem 'spork', '~> 0.9.0.rc'
# gem 'rails-dev-boost', :git => 'git://github.com/thedarkone/rails-dev-boost.git', :require => 'rails_development_boost'
end
group :development do
gem 'capistrano'
gem 'capistrano-helpers'
gem 'parallel_tests'
gem 'tinder'
end
group :test do
gem 'ci_reporter'
gem 'mocha'
gem 'machinist'
gem 'faker'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment