Skip to content

Instantly share code, notes, and snippets.

@vparihar01
Created March 8, 2012 22:04
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 vparihar01/2003755 to your computer and use it in GitHub Desktop.
Save vparihar01/2003755 to your computer and use it in GitHub Desktop.
Gemfile configuration for compass and sussy
source 'http://rubygems.org'
gem 'rails', :git => 'git://github.com/rails/rails.git', :branch => '3-1-stable'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'jquery-rails', '>= 1.0.12'
gem "execjs","1.2.13"
gem 'mysql'
#gem 'thinking-sphinx', '2.0.11'
gem 'json','1.6.4'
gem 'haml','3.1.4'
gem 'capistrano','2.9.0'
gem "carrierwave",'0.5.8'
gem "breadcrumbs_on_rails",'2.1.0'
gem 'rails3-jquery-autocomplete','1.0.5'
gem 'will_paginate', '3.0'
# gem 'formtastic'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sprockets','2.0.3'
gem 'sass-rails', ' ~> 3.1.4'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
gem 'compass', '~> 0.12.alpha'
gem 'compass-rails'
gem "compass-susy-plugin", :require => 'susy'
gem 'bootstrap-sass', '1.3.0'
end
gem 'acts-as-messageable'
gem 'acts-as-taggable-on', '2.2.2'
group :development do
gem "rails-erd"
gem "haml-rails"
gem 'hirb'
end
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
gem 'therubyracer'
group :test, :development do
gem "rspec-rails"
end
gem 'friendly_id'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment