Created
April 2, 2012 14:42
-
-
Save anativ/2283953 to your computer and use it in GitHub Desktop.
gem files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 'haml-rails' | |
gem 'uglifier', '>= 1.0.3' | |
end | |
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