From c0fbb999e74f5895e4d648dc1d0b4934966c7252 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Mon, 5 Dec 2011 19:19:05 +0800 Subject: [PATCH] Modification of Gemfile for linux --- Gemfile | 3 +++ Gemfile.lock | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index c2fad117f..2732e1233 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,9 @@ gem 'jquery-rails' gem 'sprockets' +# For linux +gem 'therubyracer' + # Gems used only for assets and not required # in production environments by default. group :assets do diff --git a/Gemfile.lock b/Gemfile.lock index d65733018..6c1a1ae3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,6 +70,7 @@ GEM railties (~> 3.0) thor (~> 0.14) json (1.6.3) + libv8 (3.3.10.4) linecache19 (0.5.12) ruby_core_source (>= 0.1.4) mail (2.3.0) @@ -158,6 +159,8 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) subexec (0.1.0) + therubyracer (0.9.9) + libv8 (~> 3.3.10) thor (0.14.6) tilt (1.3.3) treetop (1.4.10) @@ -198,6 +201,7 @@ DEPENDENCIES shoulda-matchers sinatra sprockets + therubyracer uglifier watchr yajl-ruby