Update therubyracer dependency to version 0.9.2

This commit is contained in:
Erik Michaels-Ober 2011-06-23 19:56:38 -07:00
parent eef283ea77
commit f131363080
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ gem 'rails', '3.1.0.rc4'
gem 'devise' gem 'devise'
gem 'geokit' gem 'geokit'
gem 'haml' gem 'haml'
gem 'therubyracer', '0.9.0', :platforms => :ruby gem 'therubyracer', :platforms => :ruby
platforms :jruby do platforms :jruby do
gem 'jruby-openssl' gem 'jruby-openssl'

View File

@ -96,7 +96,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.0) therubyracer (0.9.2)
libv8 (~> 3.3.10) libv8 (~> 3.3.10)
therubyrhino (1.72.7) therubyrhino (1.72.7)
thor (0.14.6) thor (0.14.6)
@ -129,7 +129,7 @@ DEPENDENCIES
rails (= 3.1.0.rc4) rails (= 3.1.0.rc4)
simplecov simplecov
sqlite3 sqlite3
therubyracer (= 0.9.0) therubyracer
therubyrhino therubyrhino
turn turn
unicorn unicorn