mirror of
https://github.com/discourse/discourse.git
synced 2024-12-14 11:53:40 +08:00
DEV: upgrade mini_racer and libv8
This pushes v8 from Chrome 73 (March 2019) -> 84 (July 14 2020) Not expecting any user facing changes, but it is super nice to be on latest v8 :confetti:
This commit is contained in:
parent
7d30cf707d
commit
a0d4bc47d7
|
@ -161,7 +161,7 @@ GEM
|
|||
addressable (>= 2.4)
|
||||
jwt (2.2.1)
|
||||
kgio (2.11.3)
|
||||
libv8 (7.3.492.27.1)
|
||||
libv8 (8.4.255.0)
|
||||
listen (3.2.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
|
@ -188,8 +188,8 @@ GEM
|
|||
method_source (1.0.0)
|
||||
mini_mime (1.0.2)
|
||||
mini_portile2 (2.4.0)
|
||||
mini_racer (0.2.14)
|
||||
libv8 (> 7.3)
|
||||
mini_racer (0.3.1)
|
||||
libv8 (~> 8.4.255)
|
||||
mini_scheduler (0.12.2)
|
||||
sidekiq
|
||||
mini_sql (0.2.5)
|
||||
|
|
Loading…
Reference in New Issue
Block a user