From a2b6eed284c17e0ec7af5e98e352527a25f0c261 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Fri, 28 Sep 2018 09:42:06 +0800 Subject: [PATCH] FIX: correct compilation issues on clang 10 In MacOS we need different compilation flags now that some are deprecated in clang 10, this is not specific to mojave which was the previous fix --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c8afc2995bc..d03cca2d309 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM method_source (0.8.2) mini_mime (1.0.0) mini_portile2 (2.3.0) - mini_racer (0.2.2) + mini_racer (0.2.3) libv8 (>= 6.3) mini_scheduler (0.8.1) mini_sql (0.1.10)