From 1c52ced8c5abb37a22787e4a9023019760b0ca44 Mon Sep 17 00:00:00 2001 From: Mike English Date: Mon, 27 Feb 2012 03:35:34 -0500 Subject: [PATCH] quick fix for execjs dependency - add therubyracer --- Gemfile | 3 +++ Gemfile.lock | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index e247446..4371d0f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,9 @@ gem "vagrant-vbguest", "~> 0.1.1" gem 'rails', '3.2.1' +# We need a javascript engine for pre-compiling assets with execjs +gem "therubyracer", :require => 'v8' + # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' diff --git a/Gemfile.lock b/Gemfile.lock index fd01612..3ee7c05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,7 @@ GEM railties (>= 3.2.0.beta, < 5.0) thor (~> 0.14) json (1.5.4) + libv8 (3.3.10.4) log4r (1.1.10) mail (2.4.1) i18n (>= 0.4.0) @@ -132,6 +133,8 @@ GEM tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.5) term-ansicolor (1.0.7) + therubyracer (0.9.10) + libv8 (~> 3.3.10) thor (0.14.6) tilt (1.3.3) treetop (1.4.10) @@ -176,6 +179,7 @@ DEPENDENCIES rails (= 3.2.1) sass-rails (~> 3.2.3) sqlite3 + therubyracer uglifier (>= 1.0.3) vagrant (~> 0.9.7) vagrant-vbguest (~> 0.1.1)