Created
January 19, 2015 21:04
-
-
Save breim/45e68bcb74285e3d140d to your computer and use it in GitHub Desktop.
GemFileToAle
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
gem 'socialization' | |
gem 'friendly_id', '~> 5.0.0' | |
gem 'bootstrap-sass' | |
gem 'searchkick' | |
gem 'kaminari' | |
gem 'bootstrap-kaminari-views' | |
gem 'devise' | |
gem 'devise-async' | |
gem 'paperclip' | |
gem 'shareable' | |
gem 'impressionist' | |
gem 'bootstrap_form', github: 'bootstrap-ruby/rails-bootstrap-forms' | |
group :development do | |
gem 'thin' | |
gem 'quiet_assets' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment