From c3e57f8bdec8996f1768e3142f575904880c29a0 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Mon, 13 Feb 2012 17:22:13 +0800 Subject: [PATCH] Put back therubyracer --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 408151ea..003d7da9 100644 --- a/Gemfile +++ b/Gemfile @@ -20,8 +20,7 @@ gem 'ruby-debug19' gem 'rubyzip' gem 'sinatra' gem 'sprockets' -#gem 'therubyracer' # For linux -#gem 'libv8', '3.3.10.4' +gem 'therubyracer' # For linux # Gems used only for assets and not required # in production environments by default.