mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +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'
|
gem 'coffee-rails'
|
||||||
|
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||||
gem 'therubyracer', :platform => :ruby, :require => "v8"
|
gem 'therubyracer'
|
||||||
|
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ GEM
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.7.6)
|
json (1.7.6)
|
||||||
libv8 (3.11.8.9)
|
libv8 (3.11.8.13)
|
||||||
libwebsocket (0.1.7.1)
|
libwebsocket (0.1.7.1)
|
||||||
addressable
|
addressable
|
||||||
websocket
|
websocket
|
||||||
|
|
@ -175,8 +175,8 @@ GEM
|
||||||
swf_fu (2.0.3)
|
swf_fu (2.0.3)
|
||||||
coffee-script
|
coffee-script
|
||||||
rails (>= 3.1)
|
rails (>= 3.1)
|
||||||
therubyracer (0.11.1)
|
therubyracer (0.11.3)
|
||||||
libv8 (~> 3.11.8.7)
|
libv8 (~> 3.11.8.12)
|
||||||
ref
|
ref
|
||||||
thor (0.16.0)
|
thor (0.16.0)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue