From 65a08231cd5eb4081756728c56fe1d6806e73c71 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 27 Jan 2022 20:15:43 +0100 Subject: [PATCH] Use the bundler shipped with ruby for non-MRI * Should workaround https://github.com/oracle/truffleruby/issues/2586 --- .github/workflows/non_mri.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/non_mri.yml b/.github/workflows/non_mri.yml index 693cac15b5..8b266b826d 100644 --- a/.github/workflows/non_mri.yml +++ b/.github/workflows/non_mri.yml @@ -45,6 +45,9 @@ jobs: apt-get: ragel brew: ragel mingw: _upgrade_ openssl ragel + # Use the bundler shipped with that ruby, + # temporary workaround for https://github.com/oracle/truffleruby/issues/2586 + bundler: none bundler-cache: true timeout-minutes: 10