Reputation: 617
I'm trying to deploy myapp but I've encountered the following error:
Any idea? Where am I wrong?
Here my Gemfile:
source 'https://rubygems.org'
gem 'rails', '3.2.0'
gem 'pg'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
require 'execjs'
Upvotes: 0
Views: 36