Skip to content

Instantly share code, notes, and snippets.

@scottbaggett
Created September 18, 2012 23:42
Show Gist options
  • Save scottbaggett/3746755 to your computer and use it in GitHub Desktop.
Save scottbaggett/3746755 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.2.8'
gem "haml"
gem 'slim'
gem "slim-rails"
gem "hpricot"
gem 'inherited_resources'
gem "has_scope"
gem 'twitter'
gem 'rails_admin', :git => 'https://github.com/sferik/rails_admin.git'
gem 'rails_admin_tag_list'
gem 'carrierwave', :git => 'https://github.com/jnicklas/carrierwave.git'
gem 'carrierwave-processing'
gem "rmagick"
gem "fog", :git => 'https://github.com/fog/fog.git'
gem 'cancan'
gem "friendly_id", "~> 4.0.1"
gem "whenever"
gem "pg"
gem 'jquery-rails'
gem "heroku"
gem "devise"
gem 'rubber', '2.0.1'
gem 'open4'
gem 'gelf'
gem 'graylog2_exceptions', :git => 'git://github.com/wr0ngway/graylog2_exceptions.git'
gem 'graylog2-resque'
gem "temple", "0.4.0"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'compass-rails'
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails'
gem 'uglifier', '>= 1.0.3'
gem 'skim'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment