Skip to content

Instantly share code, notes, and snippets.

@ryana
Created July 8, 2011 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryana/1072292 to your computer and use it in GitHub Desktop.
Save ryana/1072292 to your computer and use it in GitHub Desktop.
FourthSegment Gemfile
source 'http://rubygems.org'
gem 'rails', '3.0.7'
gem 'jquery-rails', '0.2.7'
gem 'uuid'
gem 'bson_ext'
gem 'mongo_ext'
gem 'mongo_mapper', '0.9.1'
gem 'devise'
gem 'mm-devise'
gem 'omniauth'
gem 'twitter'
gem 'json'
gem 'typhoeus'
gem 'bitly'
gem 'hoptoad_notifier'
gem 'fancy-buttons', :require => false
gem "compass"
gem "will_paginate", "~> 3.0.pre2"
gem 'braintree'
gem "delayed_job"
gem 'delayed_job_mongo_mapper', :git => 'git://github.com/ryana/delayed_job_mongo_mapper.git'
gem 'rack-rewrite', :require => 'rack/rewrite'
gem 'dalli'
group :development, :test do
gem 'mocha', '0.9.8'
gem 'factory_girl', '1.3.2'
gem 'shoulda', '2.11.3'
gem 'ZenTest'
gem 'autotest-fsevent', '0.2.4', :require => 'autotest/fsevent'
gem 'autotest-rails', '4.1.0', :require => 'autotest/rails'
gem 'thin'
gem 'heroku'
gem 'rack-test'
gem 'ruby-debug19', :require => 'ruby-debug'
gem 'capybara'
gem 'launchy'
gem 'selenium-client'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment