Skip to content

Commit

Permalink
Turn off therubyracer - we'll use nodejs instead
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanstearns committed Mar 8, 2012
1 parent 8c4bc8f commit 94ec473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -11,7 +11,8 @@ group :assets do
# in production environments by default.
gem 'coffee-rails', '~> 3.2.1'
gem 'sass-rails', '~> 3.2.3'
gem 'therubyracer' # See https://github.com/sstephenson/execjs#readme for more supported runtimes
# We'll install and use nodejs separately
# gem 'therubyracer' # See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'uglifier', '>= 1.0.3'
end

Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Expand Up @@ -55,7 +55,6 @@ GEM
thor (~> 0.14)
json (1.6.5)
kgio (2.7.2)
libv8 (3.3.10.4)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -106,8 +105,6 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.9.10)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -133,6 +130,5 @@ DEPENDENCIES
mysql2
rails (= 3.2.1)
sass-rails (~> 3.2.3)
therubyracer
uglifier (>= 1.0.3)
unicorn

0 comments on commit 94ec473

Please sign in to comment.