From 153a289231308a10b005b6e7e088b640c44a9831 Mon Sep 17 00:00:00 2001 From: TheTrunk Date: Wed, 25 Oct 2023 22:44:19 +0200 Subject: [PATCH] test --- ios/ci_scripts/ci_post_clone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/ci_scripts/ci_post_clone.sh b/ios/ci_scripts/ci_post_clone.sh index a140170a..24ca9152 100644 --- a/ios/ci_scripts/ci_post_clone.sh +++ b/ios/ci_scripts/ci_post_clone.sh @@ -4,7 +4,7 @@ export NODE_OPTIONS=--max_old_space_size=8192 # Install CocoaPods and yarn using Homebrew. brew install cocoapods -brew install ruby +brew install ruby@2.7 brew install node@18 brew link node@18 brew install yarn @@ -16,6 +16,7 @@ export GEM_HOME=$HOME/gems export PATH="$GEM_HOME/bin:$PATH" echo ">>> INSTALL BUNDLER" +ruby -v gem install bundler --install-dir $GEM_HOME gem install json -v '2.6.3' --install-dir $GEM_HOME gem install ffi -v '1.16.3' --install-dir $GEM_HOME