From 0f95f23b3745df09eb51a75b166210af0c111820 Mon Sep 17 00:00:00 2001 From: AnatolyPristensky Date: Thu, 26 Oct 2023 16:15:49 +0200 Subject: [PATCH] Update react-native-code-push-ci.yml --- .github/workflows/react-native-code-push-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/react-native-code-push-ci.yml b/.github/workflows/react-native-code-push-ci.yml index 27e2c2029..9fdf01fc9 100644 --- a/.github/workflows/react-native-code-push-ci.yml +++ b/.github/workflows/react-native-code-push-ci.yml @@ -60,6 +60,8 @@ jobs: with: ruby-version: '2.7.6' bundler-cache: true + - name: (Workaround) Install activesupport 7.0.8 + run: gem install activesupport -v 7.0.8 - name: Install dependencies run: npm install - name: Setup iOS tests