changeset 160:3f02431cb17d

Added therubyrhino to remove the need of node.js when using jruby.
author Edho Arief <edho@myconan.net>
date Wed, 28 Nov 2012 09:45:36 -0800
parents d8e450dd363b
children 377750dcab80
files Gemfile Gemfile.lock
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Wed Nov 28 09:44:37 2012 -0800
+++ b/Gemfile	Wed Nov 28 09:45:36 2012 -0800
@@ -17,6 +17,8 @@
 
   gem 'uglifier', '>= 1.0.3'
   gem 'anjlab-bootstrap-rails', '>= 2.0', :require => 'bootstrap-rails'
+
+  gem 'therubyrhino', :platforms => :jruby
 end
 
 # To use ActiveModel has_secure_password
--- a/Gemfile.lock	Wed Nov 28 09:44:37 2012 -0800
+++ b/Gemfile.lock	Wed Nov 28 09:45:36 2012 -0800
@@ -102,6 +102,9 @@
       multi_json (~> 1.0)
       rack (~> 1.0)
       tilt (~> 1.1, != 1.3.0)
+    therubyrhino (2.0.1)
+      therubyrhino_jar (>= 1.7.3)
+    therubyrhino_jar (1.7.4)
     thor (0.16.0)
     tilt (1.3.3)
     treetop (1.4.12)
@@ -130,5 +133,6 @@
   puma
   rails (= 3.2.9)
   sass-rails (~> 3.2.3)
+  therubyrhino
   uglifier (>= 1.0.3)
   unicorn