Skip to content

Instantly share code, notes, and snippets.

@josal
Created October 27, 2013 08:25
Show Gist options
  • Save josal/7179134 to your computer and use it in GitHub Desktop.
Save josal/7179134 to your computer and use it in GitHub Desktop.
Complete Gemfile
source 'http://rubygems.org'
ruby "1.8.7"
gem 'rails', '3.0.20'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'haml', '3.1.3'
gem 'sass', '3.1.8'
gem "compass", "0.11.5"
gem "fancy-buttons", "1.1.2"
gem 'money', '3.7.1'
gem 'nokogiri'
gem 'activemerchant'
gem 'state_machine', '1.0.2'
gem 'devise'
gem 'hpricot'
gem 'ruby_parser'
gem 'mime-types'
gem 'treetop'
gem "haml-rails", "0.3.4"
gem 'will_paginate', '3.0.0'
gem "delayed_job", "2.1.4"
gem 'hirefireapp'
gem "simple_form", "1.5.2"
gem 'translate_routes'
gem 'crack'
gem 'httparty'
gem 'jquery-rails', '>= 0.2.6'
gem 'iconv'
gem 'prawn', '0.11.1'
gem 'fog', "1.3.1"
gem 'carrierwave', '0.5.8'
gem 'mail', "2.2.19"
gem "eventmachine", "0.12.10"
gem "heroku", "2.23.0"
gem "json"
gem 'exception_notification', "2.4.1"
gem "rubyzip", "0.9.9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment