Created
August 27, 2014 10:22
-
-
Save ardianys/d60f17b55b6181f34f39 to your computer and use it in GitHub Desktop.
gemfile
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 'devise' | |
gem "cancan" | |
gem 'simple_form' | |
gem 'friendly_id', '~> 5.0.0' | |
gem "paperclip", "~> 4.1" | |
gem 'kaminari' | |
gem "bson_ext" | |
gem 'mongo' | |
gem 'rabl' | |
gem "js-routes" | |
gem 'rails', '4.1.0' | |
gem 'mysql2' | |
gem 'bootstrap-sass', '~> 3.1.1' | |
gem 'therubyracer', platforms: :ruby | |
gem "wice_grid", '3.4.3' | |
gem 'rest-client' | |
gem 'meta-tags' | |
gem 'tinymce-rails' | |
gem 'audiojs' | |
gem 'hashids' | |
gem 'rails_autolink' | |
gem 'unicorn-worker-killer' | |
gem 'sass-rails', '~> 4.0.0' | |
gem 'uglifier', '>= 1.3.0' | |
gem 'coffee-rails', '~> 4.0.0' | |
gem 'jquery-rails' | |
gem 'jquery-ui-rails' | |
gem 'turbolinks' | |
gem 'jbuilder', '~> 1.2' | |
group :doc do | |
gem 'sdoc', require: false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment