chore: update bundler to 2.5.22 (#2522)

# Summary

Update ruby bundler to 2.5.22 to fix failing CI

## Test Plan

CIs will not fail on ruby version
This commit is contained in:
Jakub Grzywacz
2024-10-31 09:36:49 +01:00
committed by GitHub
parent c6af6b447d
commit 405ff97eea
13 changed files with 118 additions and 38 deletions
@@ -290,11 +290,13 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-PaperMacOSExample-macOS/Pods-PaperMacOSExample-macOS-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/RNSVG/RNSVGFilters.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCAsyncStorage_resources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNSVGFilters.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
);
runOnlyForDeploymentPostprocessing = 0;