From 5a88184769a27634030af1ec23b1f406e48783c1 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Thu, 16 Aug 2012 13:56:25 -0700 Subject: [PATCH] lock therubyrhino gem dep --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 62737182..5edff102 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :test do end platforms :jruby do - gem "therubyrhino" + gem "therubyrhino", "1.73.5" end gem "less", "~> 2.2"