Lock therubyracer to version 0.9.0

This commit is contained in:
Erik Michaels-Ober 2011-06-17 14:23:45 -07:00
parent 499d18af69
commit d5e0e7052b
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ group :test do
gem 'ZenTest' gem 'ZenTest'
gem 'simplecov' gem 'simplecov'
gem 'sqlite3' gem 'sqlite3'
gem 'therubyracer' gem 'therubyracer', '0.9.0', :platforms => :ruby
gem 'therubyrhino', :platforms => :jruby gem 'therubyrhino', :platforms => :jruby
gem 'turn', :require => false gem 'turn', :require => false
gem 'webmock' gem 'webmock'

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)
therubyracer-heroku (0.8.1.pre3) therubyracer-heroku (0.8.1.pre3)
therubyrhino (1.72.7) therubyrhino (1.72.7)
@ -136,7 +136,7 @@ DEPENDENCIES
rails (= 3.1.0.rc4) rails (= 3.1.0.rc4)
simplecov simplecov
sqlite3 sqlite3
therubyracer therubyracer (= 0.9.0)
therubyracer-heroku (= 0.8.1.pre3) therubyracer-heroku (= 0.8.1.pre3)
therubyrhino therubyrhino
turn turn