Added therubyracer dependency

Unclear why this is needed. After all we are not using LESS.
This commit is contained in:
Haas, Christoph 2013-08-21 14:44:52 +02:00
parent 0d4d55d474
commit d79b3a9986
2 changed files with 7 additions and 1 deletions

View file

@ -16,7 +16,7 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'