Lock therubyracer to version 0.9.0
This commit is contained in:
parent
499d18af69
commit
d5e0e7052b
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ group :test do
|
|||
gem 'ZenTest'
|
||||
gem 'simplecov'
|
||||
gem 'sqlite3'
|
||||
gem 'therubyracer'
|
||||
gem 'therubyracer', '0.9.0', :platforms => :ruby
|
||||
gem 'therubyrhino', :platforms => :jruby
|
||||
gem 'turn', :require => false
|
||||
gem 'webmock'
|
||||
|
|
|
@ -101,7 +101,7 @@ GEM
|
|||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.3)
|
||||
therubyracer (0.9.1)
|
||||
therubyracer (0.9.0)
|
||||
libv8 (~> 3.3.10)
|
||||
therubyracer-heroku (0.8.1.pre3)
|
||||
therubyrhino (1.72.7)
|
||||
|
@ -136,7 +136,7 @@ DEPENDENCIES
|
|||
rails (= 3.1.0.rc4)
|
||||
simplecov
|
||||
sqlite3
|
||||
therubyracer
|
||||
therubyracer (= 0.9.0)
|
||||
therubyracer-heroku (= 0.8.1.pre3)
|
||||
therubyrhino
|
||||
turn
|
||||
|
|
Loading…
Reference in New Issue