From d5e0e7052b9aa6c4c4659141ea2416f19257eb47 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 17 Jun 2011 14:23:45 -0700 Subject: [PATCH] Lock therubyracer to version 0.9.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dab1700..ac8c146 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :test do gem 'ZenTest' gem 'simplecov' gem 'sqlite3' - gem 'therubyracer' + gem 'therubyracer', '0.9.0', :platforms => :ruby gem 'therubyrhino', :platforms => :jruby gem 'turn', :require => false gem 'webmock' diff --git a/Gemfile.lock b/Gemfile.lock index e91850a..3b4d517 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.3) - therubyracer (0.9.1) + therubyracer (0.9.0) libv8 (~> 3.3.10) therubyracer-heroku (0.8.1.pre3) therubyrhino (1.72.7) @@ -136,7 +136,7 @@ DEPENDENCIES rails (= 3.1.0.rc4) simplecov sqlite3 - therubyracer + therubyracer (= 0.9.0) therubyracer-heroku (= 0.8.1.pre3) therubyrhino turn