Bundle therubyrhino on the Java platform

This commit is contained in:
Erik Michaels-Ober 2011-05-15 12:08:54 -07:00
parent 151f97fb9b
commit 4d11c5c237
2 changed files with 7 additions and 4 deletions

View File

@ -8,8 +8,13 @@ gem 'haml'
gem 'pg'
gem 'sass'
platforms :ruby do
gem 'therubyracer-heroku', '0.8.1.pre3'
end
platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
gem 'therubyrhino', '~> 1.72'
end
group :test do
@ -18,7 +23,3 @@ group :test do
gem 'turn', :require => false
gem 'webmock'
end
group :test, :production do
gem 'therubyracer-heroku', '0.8.1.pre3'
end

View File

@ -99,6 +99,7 @@ GEM
tilt (~> 1.0)
sqlite3 (1.3.3)
therubyracer-heroku (0.8.1.pre3)
therubyrhino (1.72.7)
thor (0.14.6)
tilt (1.3)
treetop (1.4.9)
@ -128,5 +129,6 @@ DEPENDENCIES
simplecov
sqlite3
therubyracer-heroku (= 0.8.1.pre3)
therubyrhino (~> 1.72)
turn
webmock