Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
quick fix for execjs dependency - add therubyracer
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Feb 27, 2012
1 parent 4bcd463 commit 1c52ced
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -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'

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 1c52ced

Please sign in to comment.