Skip to content

Instantly share code, notes, and snippets.

@jondot
Forked from anativ/gist:2283953
Created April 2, 2012 14:45
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 jondot/2283982 to your computer and use it in GitHub Desktop.
Save jondot/2283982 to your computer and use it in GitHub Desktop.
gem files
source 'https://rubygems.org'
gem 'rails', '3.2.1'
gem 'nokogiri' , '1.5.2'
gem 'json'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
end
gem 'haml-rails'
gem 'jquery-rails'
##### here we go... #####
gem 'rmagick' ,'2.13.1'
gem 'rails_config', '0.2.5'
gem 'mysql2' #, '2.8.1'
gem 'mechanize', '2.3'
#gem 'memcached', '1.4.1'
gem 'dalli'
gem 'will_paginate'
gem 'paperclip' # the replacemant of attachment_fu that doesnt work on rails 3
gem 'hpricot', '0.8.6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment