From dcdd5a73a5d229ce66a52f6c8de74dd6b5d69bea Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 25 Dec 2012 14:11:37 +0100 Subject: [PATCH] revert to depend on native libv8 to decrease bundle install time --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5325880c..8329829b 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,9 @@ group :assets do # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer', :platform => :ruby - gem "libv8" + + # Uncomment if you cannot use a native libv8 library + # gem "libv8" gem 'uglifier' end