From 0fd2edf67226835087e20d22d0f937b3479cb508 Mon Sep 17 00:00:00 2001 From: ur5us Date: Sat, 28 Oct 2023 21:51:01 +1300 Subject: [PATCH] Retry bundle install when it fails e.g. due to flaky network conditions --- gemfiles/.bundle/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gemfiles/.bundle/config diff --git a/gemfiles/.bundle/config b/gemfiles/.bundle/config new file mode 100644 index 0000000..c127f80 --- /dev/null +++ b/gemfiles/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_RETRY: "1"