From 1154be55fa8ed7088213fb23b276182745f1b4f1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 14 Nov 2011 10:09:21 +0000 Subject: [PATCH] Require therubyracer during asset compilation --- Gemfile | 1 + Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 21b628832..7b60d70e0 100644 --- a/Gemfile +++ b/Gemfile @@ -48,4 +48,5 @@ group :assets do gem 'sass-rails', " ~> 3.1.0" gem 'coffee-rails', "~> 3.1.0" gem 'uglifier' + gem 'therubyracer' end diff --git a/Gemfile.lock b/Gemfile.lock index d2b08ccf3..7f82e5532 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM coffee-script (2.2.0) coffee-script-source execjs - coffee-script-source (1.1.2) + coffee-script-source (1.1.3) composite_primary_keys (4.1.1) activerecord (~> 3.1) dynamic_form (1.1.4) @@ -54,6 +54,7 @@ GEM httpclient (2.2.3) i18n (0.6.0) json (1.6.1) + libv8 (3.3.10.2) libxml-ruby (2.2.2) mail (2.3.0) i18n (>= 0.4.0) @@ -114,7 +115,7 @@ GEM rake (0.9.2.2) rdoc (3.11) json (~> 1.4) - rinku (1.2.2) + rinku (1.4.1) rmagick (2.13.1) ruby-openid (2.1.8) sanitize (2.0.3) @@ -130,13 +131,15 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (!= 1.3.0, ~> 1.1) + therubyracer (0.9.9) + libv8 (~> 3.3.10) thor (0.14.6) tilt (1.3.3) timecop (0.3.5) treetop (1.4.10) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.30) + tzinfo (0.3.31) uglifier (1.0.4) execjs (>= 0.3.0) multi_json (>= 1.0.2) @@ -164,6 +167,7 @@ DEPENDENCIES rmagick sanitize sass-rails (~> 3.1.0) + therubyracer timecop uglifier validates_email_format_of (>= 1.5.1) -- 2.43.2