From d6c2a364516738af47643578d371576db2ac07b6 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 7 Sep 2018 13:50:38 +1000 Subject: [PATCH] Blacklist libv8 version that breaks mini_racer --- Gemfile | 3 +++ Gemfile.lock | 1 + 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index c70fe0e668..a30ceeb59b 100644 --- a/Gemfile +++ b/Gemfile @@ -88,6 +88,9 @@ group :assets do gem 'coffee-rails', '~> 3.2.1' gem 'mini_racer' + # We found that the following version of libv8 breaks the compilation of mini_racer. + # Nothing else depends on libv8. + gem 'libv8', '!= 6.7.288.46.1' gem 'uglifier', '>= 1.0.3' diff --git a/Gemfile.lock b/Gemfile.lock index b79333c8eb..cf05ee57c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -757,6 +757,7 @@ DEPENDENCIES jwt (~> 1.5) knapsack letter_opener (>= 1.4.1) + libv8 (!= 6.7.288.46.1) listen (= 3.0.8) mini_racer momentjs-rails