Bundle therubyrhino on the Java platform
This commit is contained in:
parent
151f97fb9b
commit
4d11c5c237
9
Gemfile
9
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue