From 07f10f9a55ba47c4c3761df98f683f41898b63e6 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 4 Jan 2013 11:17:43 +0100 Subject: [PATCH] In case you need v8 libs (wihout installing it on your machine) you can use gem libv8. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 6ec166a7f..fb2dd370c 100644 --- a/Gemfile +++ b/Gemfile @@ -43,6 +43,7 @@ gem 'simple-rss' # gem 'bcrypt-ruby', '~> 3.0.0' # e. g. on linux we need a javascript execution +# gem 'libv8', '~> 3.11.8' # gem 'execjs' # gem 'therubyracer'