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 'pg'
|
||||||
gem 'sass'
|
gem 'sass'
|
||||||
|
|
||||||
|
platforms :ruby do
|
||||||
|
gem 'therubyracer-heroku', '0.8.1.pre3'
|
||||||
|
end
|
||||||
|
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
gem 'jruby-openssl', '~> 0.7'
|
gem 'jruby-openssl', '~> 0.7'
|
||||||
|
gem 'therubyrhino', '~> 1.72'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
@ -18,7 +23,3 @@ group :test do
|
||||||
gem 'turn', :require => false
|
gem 'turn', :require => false
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test, :production do
|
|
||||||
gem 'therubyracer-heroku', '0.8.1.pre3'
|
|
||||||
end
|
|
||||||
|
|
|
@ -99,6 +99,7 @@ GEM
|
||||||
tilt (~> 1.0)
|
tilt (~> 1.0)
|
||||||
sqlite3 (1.3.3)
|
sqlite3 (1.3.3)
|
||||||
therubyracer-heroku (0.8.1.pre3)
|
therubyracer-heroku (0.8.1.pre3)
|
||||||
|
therubyrhino (1.72.7)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.3)
|
tilt (1.3)
|
||||||
treetop (1.4.9)
|
treetop (1.4.9)
|
||||||
|
@ -128,5 +129,6 @@ DEPENDENCIES
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3
|
||||||
therubyracer-heroku (= 0.8.1.pre3)
|
therubyracer-heroku (= 0.8.1.pre3)
|
||||||
|
therubyrhino (~> 1.72)
|
||||||
turn
|
turn
|
||||||
webmock
|
webmock
|
||||||
|
|
Loading…
Reference in New Issue