From f13136308031454efff042da59e6a0d2f1d9d627 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 23 Jun 2011 19:56:38 -0700 Subject: [PATCH] Update therubyracer dependency to version 0.9.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8cd81f1..039a991 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.1.0.rc4' gem 'devise' gem 'geokit' gem 'haml' -gem 'therubyracer', '0.9.0', :platforms => :ruby +gem 'therubyracer', :platforms => :ruby platforms :jruby do gem 'jruby-openssl' diff --git a/Gemfile.lock b/Gemfile.lock index 9c7aba7..4ec7fed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.3) - therubyracer (0.9.0) + therubyracer (0.9.2) libv8 (~> 3.3.10) therubyrhino (1.72.7) thor (0.14.6) @@ -129,7 +129,7 @@ DEPENDENCIES rails (= 3.1.0.rc4) simplecov sqlite3 - therubyracer (= 0.9.0) + therubyracer therubyrhino turn unicorn