comparison Gemfile @ 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 da48ac3ef99d
comparison
equal deleted inserted replaced
159:d8e450dd363b 160:3f02431cb17d
15 group :assets do 15 group :assets do
16 gem 'sass-rails', '~> 3.2.3' 16 gem 'sass-rails', '~> 3.2.3'
17 17
18 gem 'uglifier', '>= 1.0.3' 18 gem 'uglifier', '>= 1.0.3'
19 gem 'anjlab-bootstrap-rails', '>= 2.0', :require => 'bootstrap-rails' 19 gem 'anjlab-bootstrap-rails', '>= 2.0', :require => 'bootstrap-rails'
20
21 gem 'therubyrhino', :platforms => :jruby
20 end 22 end
21 23
22 # To use ActiveModel has_secure_password 24 # To use ActiveModel has_secure_password
23 # gem 'bcrypt-ruby', '~> 3.0.0' 25 # gem 'bcrypt-ruby', '~> 3.0.0'
24 26