From f83503c43f0e0c73c17390dfb9a03a37f3cec1bd Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 31 Aug 2023 16:04:33 +1000 Subject: [PATCH] Use Ruby 2.7.4 in react-native-editor That is the version supported by our CI. We could of course install a new one at runtime, but that adds 4 to 5 minutes to the build. Worth noting that version 2.7.4 and 2.7.5 both are past support. We ought to upgrade to version 3.x, but that's something we might want to do in a dedicated PR. --- packages/react-native-editor/ios/.ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-editor/ios/.ruby-version b/packages/react-native-editor/ios/.ruby-version index a603bb50a29e3..a4dd9dba4fbfc 100644 --- a/packages/react-native-editor/ios/.ruby-version +++ b/packages/react-native-editor/ios/.ruby-version @@ -1 +1 @@ -2.7.5 +2.7.4