Update therubyracer gem to get past some libv8 issues

This commit is contained in:
Dan Rice 2013-01-25 20:19:31 -05:00
parent f26016b4fc
commit 2fce79b916
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ group :assets do
gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platform => :ruby, :require => "v8"
gem 'therubyracer'
gem 'uglifier'
end

View file

@ -101,7 +101,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.6)
libv8 (3.11.8.9)
libv8 (3.11.8.13)
libwebsocket (0.1.7.1)
addressable
websocket
@ -175,8 +175,8 @@ GEM
swf_fu (2.0.3)
coffee-script
rails (>= 3.1)
therubyracer (0.11.1)
libv8 (~> 3.11.8.7)
therubyracer (0.11.3)
libv8 (~> 3.11.8.12)
ref
thor (0.16.0)
tilt (1.3.3)