From 0e66af1e6df7cc57a7adfadaf2067476426703b8 Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Fri, 21 Jan 2022 13:17:41 +0000 Subject: [PATCH] Add bundler platforms Fixes issues installing libv8-node gem on CI. See: https://github.com/rubyjs/mini_racer/issues/227 --- Gemfile.lock | 11 +++++++++++ Gemfile.rails_next.lock | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 6a432add975..3712af1a202 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,6 +307,12 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) + nokogiri (1.12.5-arm64-darwin) + racc (~> 1.4) + nokogiri (1.12.5-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) oink (0.10.1) activerecord hodel_3000_compliant_logger @@ -495,7 +501,12 @@ GEM zip_tricks (5.6.0) PLATFORMS + aarch64-linux + arm64-darwin-20 ruby + x86_64-darwin-20 + x86_64-linux + x86_64-linux-musl DEPENDENCIES active_model_otp diff --git a/Gemfile.rails_next.lock b/Gemfile.rails_next.lock index 6a432add975..3712af1a202 100644 --- a/Gemfile.rails_next.lock +++ b/Gemfile.rails_next.lock @@ -307,6 +307,12 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) + nokogiri (1.12.5-arm64-darwin) + racc (~> 1.4) + nokogiri (1.12.5-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) oink (0.10.1) activerecord hodel_3000_compliant_logger @@ -495,7 +501,12 @@ GEM zip_tricks (5.6.0) PLATFORMS + aarch64-linux + arm64-darwin-20 ruby + x86_64-darwin-20 + x86_64-linux + x86_64-linux-musl DEPENDENCIES active_model_otp