No need for a custom rubyracer on the Cedar stack

This commit is contained in:
Erik Michaels-Ober 2011-06-18 14:28:21 -07:00
parent 9632965c4c
commit 89c739e109
2 changed files with 4 additions and 6 deletions

View File

@ -10,7 +10,7 @@ gem 'uglifier'
gem 'jruby-openssl', :platforms => :jruby
group :production do
gem 'therubyracer-heroku', '0.8.1.pre3', :platforms => :ruby
gem 'therubyracer', :platforms => :ruby
end
group :development, :production do
@ -21,7 +21,7 @@ group :test do
gem 'ZenTest'
gem 'simplecov'
gem 'sqlite3'
gem 'therubyracer', '0.9.0', :platforms => :ruby
gem 'therubyracer', :platforms => :ruby
gem 'therubyrhino', :platforms => :jruby
gem 'turn', :require => false
gem 'webmock'

View File

@ -101,9 +101,8 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.3)
therubyracer (0.9.0)
therubyracer (0.9.1)
libv8 (~> 3.3.10)
therubyracer-heroku (0.8.1.pre3)
therubyrhino (1.72.7)
thor (0.14.6)
tilt (1.3.2)
@ -136,8 +135,7 @@ DEPENDENCIES
rails (= 3.1.0.rc4)
simplecov
sqlite3
therubyracer (= 0.9.0)
therubyracer-heroku (= 0.8.1.pre3)
therubyracer
therubyrhino
turn
uglifier