From 2fce79b916d184551304ae911e1fd68957d5782a Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Fri, 25 Jan 2013 20:19:31 -0500 Subject: [PATCH] Update therubyracer gem to get past some libv8 issues --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 369fb47c..7f6d31cf 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :assets do gem 'coffee-rails' # See https://github.com/sstephenson/execjs#readme for more supported runtimes - gem 'therubyracer', :platform => :ruby, :require => "v8" + gem 'therubyracer' gem 'uglifier' end diff --git a/Gemfile.lock b/Gemfile.lock index dd43b965..051f0d6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.7.6) - libv8 (3.11.8.9) + libv8 (3.11.8.13) libwebsocket (0.1.7.1) addressable websocket @@ -175,8 +175,8 @@ GEM swf_fu (2.0.3) coffee-script rails (>= 3.1) - therubyracer (0.11.1) - libv8 (~> 3.11.8.7) + therubyracer (0.11.3) + libv8 (~> 3.11.8.12) ref thor (0.16.0) tilt (1.3.3)