mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Update therubyracer gem to get past some libv8 issues
This commit is contained in:
parent
f26016b4fc
commit
2fce79b916
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue