Created
October 31, 2013 02:43
-
-
Save barnes7td/7243661 to your computer and use it in GitHub Desktop.
Modified Gemfile
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
group :assets do | |
gem 'sass-rails', '3.2.6' | |
gem 'coffee-rails', '~> 3.2.1' | |
gem 'bootstrap-sass', '~> 2.3.1.0' | |
gem 'sass', '3.2.10' | |
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
# gem 'therubyracer', :platforms => :ruby | |
gem 'uglifier', '>= 1.0.3' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment