Downgrade therubyracer to make the specs pass

This commit is contained in:
Erik Michaels-Ober 2011-06-18 17:08:44 -07:00
parent 8635eb8562
commit 660c07e155
2 changed files with 6 additions and 8 deletions

10
Gemfile
View File

@ -5,12 +5,12 @@ gem 'coffee-script'
gem 'devise' gem 'devise'
gem 'geokit' gem 'geokit'
gem 'haml' gem 'haml'
gem 'therubyracer', '0.9.0', :platforms => :ruby
gem 'uglifier' gem 'uglifier'
gem 'jruby-openssl', :platforms => :jruby platforms :jruby do
gem 'jruby-openssl'
group :production do gem 'therubyrhino'
gem 'therubyracer', :platforms => :ruby
end end
group :development, :production do group :development, :production do
@ -21,8 +21,6 @@ group :test do
gem 'ZenTest' gem 'ZenTest'
gem 'simplecov' gem 'simplecov'
gem 'sqlite3' gem 'sqlite3'
gem 'therubyracer', :platforms => :ruby
gem 'therubyrhino', :platforms => :jruby
gem 'turn', :require => false gem 'turn', :require => false
gem 'webmock' gem 'webmock'
end end

View File

@ -101,7 +101,7 @@ 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.1) therubyracer (0.9.0)
libv8 (~> 3.3.10) libv8 (~> 3.3.10)
therubyrhino (1.72.7) therubyrhino (1.72.7)
thor (0.14.6) thor (0.14.6)
@ -135,7 +135,7 @@ DEPENDENCIES
rails (= 3.1.0.rc4) rails (= 3.1.0.rc4)
simplecov simplecov
sqlite3 sqlite3
therubyracer therubyracer (= 0.9.0)
therubyrhino therubyrhino
turn turn
uglifier uglifier