From 6afa8f7d3c4cb8d129ac2dd8d7e9d3c905bd0ff1 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 6 Dec 2012 16:16:39 -0500 Subject: [PATCH] Update jRuby to 1.7.1 Need to force runtime into 1.8 mode as Compass has some incompatibilties with jRuby under 1.9 mode. Sass gem updated as well as the hash was changed anyway but updating the property file --- build/build-tasks.properties | 4 ++-- build/build-tasks.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/build-tasks.properties b/build/build-tasks.properties index a79bdc7b7c8..2162c32376b 100644 --- a/build/build-tasks.properties +++ b/build/build-tasks.properties @@ -12,12 +12,12 @@ antcontribs.jar=${lib.dir}/ant-contrib-1.0b3.jar cssurlembed.jar=${lib.dir}/cssembed-0.4.5.jar #jRuby Properties -jruby.version=1.6.8 +jruby.version=1.7.1 jruby.jar=jruby-complete-${jruby.version}.jar #Gems gem.dir=${lib.dir}/jruby-compiled -sass.gem=sass-3.2.1.gem +sass.gem=sass-3.2.3.gem chunky_png.gem=chunky_png-1.2.6.gem fssm.gem=fssm-0.2.9.gem compass.gem=compass-0.12.2.gem diff --git a/build/build-tasks.xml b/build/build-tasks.xml index 1a9e5d3c849..efd27c414ae 100644 --- a/build/build-tasks.xml +++ b/build/build-tasks.xml @@ -89,6 +89,7 @@ +