-
-
Save denysonique/f8b4e585b8f6e3165b4f to your computer and use it in GitHub Desktop.
This file contains 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.3' | |
gem 'sqlite3' | |
gem 'mechanize' | |
# Gems used only for assets and not required | |
# in production environments by default. | |
group :assets do | |
gem 'sass-rails', '~> 3.2.5' | |
gem 'coffee-rails', '~> 3.2.2' | |
gem 'uglifier', '~> 1.2.4' | |
gem 'slim-rails' | |
gem 'slim' | |
gem 'skim' | |
end | |
gem 'jquery-rails', '~> 2.0.1' | |
gem 'twitter-bootstrap-rails' | |
gem 'rails-backbone' | |
gem 'formtastic' | |
#gem 'formtastic-bootstrap' | |
gem 'simple_form' | |
gem 'carrierwave' | |
group :test do | |
# Pretty printed test output | |
gem 'turn', '~> 0.9.4', :require => false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment