From 63a82e6b1e645b556605e259cd47cdf28db9f413 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 8 Dec 2012 14:08:10 -0800 Subject: [PATCH] Lock therubyracer for now --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b6cee980..3e48c783 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :test do gem "cane" platforms :ruby do - gem "therubyracer" + gem "therubyracer", "0.10.2" gem "redcarpet", "~> 2.1.1" end