Skip to content

Instantly share code, notes, and snippets.

@barnes7td
Created October 31, 2013 02:43
Show Gist options
  • Save barnes7td/7243661 to your computer and use it in GitHub Desktop.
Save barnes7td/7243661 to your computer and use it in GitHub Desktop.
Modified Gemfile
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