No need for a custom rubyracer on the Cedar stack
This commit is contained in:
parent
9632965c4c
commit
89c739e109
4
Gemfile
4
Gemfile
|
@ -10,7 +10,7 @@ gem 'uglifier'
|
||||||
gem 'jruby-openssl', :platforms => :jruby
|
gem 'jruby-openssl', :platforms => :jruby
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'therubyracer-heroku', '0.8.1.pre3', :platforms => :ruby
|
gem 'therubyracer', :platforms => :ruby
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :production do
|
group :development, :production do
|
||||||
|
@ -21,7 +21,7 @@ group :test do
|
||||||
gem 'ZenTest'
|
gem 'ZenTest'
|
||||||
gem 'simplecov'
|
gem 'simplecov'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
gem 'therubyracer', '0.9.0', :platforms => :ruby
|
gem 'therubyracer', :platforms => :ruby
|
||||||
gem 'therubyrhino', :platforms => :jruby
|
gem 'therubyrhino', :platforms => :jruby
|
||||||
gem 'turn', :require => false
|
gem 'turn', :require => false
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
|
|
|
@ -101,9 +101,8 @@ GEM
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sqlite3 (1.3.3)
|
sqlite3 (1.3.3)
|
||||||
therubyracer (0.9.0)
|
therubyracer (0.9.1)
|
||||||
libv8 (~> 3.3.10)
|
libv8 (~> 3.3.10)
|
||||||
therubyracer-heroku (0.8.1.pre3)
|
|
||||||
therubyrhino (1.72.7)
|
therubyrhino (1.72.7)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.3.2)
|
tilt (1.3.2)
|
||||||
|
@ -136,8 +135,7 @@ DEPENDENCIES
|
||||||
rails (= 3.1.0.rc4)
|
rails (= 3.1.0.rc4)
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3
|
||||||
therubyracer (= 0.9.0)
|
therubyracer
|
||||||
therubyracer-heroku (= 0.8.1.pre3)
|
|
||||||
therubyrhino
|
therubyrhino
|
||||||
turn
|
turn
|
||||||
uglifier
|
uglifier
|
||||||
|
|
Loading…
Reference in New Issue