From fd8b084514f8c972b069e1ae321eb2d3789d771a Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 2 Dec 2024 15:16:28 -0500 Subject: [PATCH] ci: Track Bundler configuration Ensure correct gem installation directory. --- ios/.bundle/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ios/.bundle/config diff --git a/ios/.bundle/config b/ios/.bundle/config new file mode 100644 index 00000000..23692288 --- /dev/null +++ b/ios/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_PATH: "vendor/bundle"