From 39ba1ae2b52fbb4ec03df390a4516e2b2414c315 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 29 Dec 2020 15:12:30 +1100 Subject: [PATCH] DEV: added platform support to bundler (#11599) see: https://bundler.io/blog/2020/12/09/bundler-v2-2.html New version of bundler includes explicit callouts for each platform supported This means we need to bundle on all our supported platforms, the number should be fairly low as x86 linux covers most --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index c16550e8b0..379b201c4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,6 +160,7 @@ GEM jwt (2.2.2) kgio (2.11.3) libv8 (8.4.255.0) + libv8 (8.4.255.0-x86_64-linux) listen (3.3.3) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -432,6 +433,7 @@ GEM PLATFORMS ruby + x86_64-linux DEPENDENCIES actionmailer (= 6.0.3.3)