Skip to content

Commit 99642f1

Browse files
[macos] Add activesupport gem workaround for cocoapods (#8497)
1 parent 8047367 commit 99642f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/macos/provision/core/rubygem.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -n "$gemsToInstall" ]; then
1212
done
1313
fi
1414

15-
# Temporary uninstall public_suffix 5.0 gem as Cocoapods is not compatible with it yet https://github.com/actions/runner-images/issues/6149
16-
gem uninstall public_suffix -v 5.0.0
15+
# Temporarily install activesupport 7.0.8 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081
16+
gem install activesupport -v 7.0.8 && gem uninstall activesupport -v 7.1.0
1717

1818
invoke_tests "RubyGem"

0 commit comments

Comments
 (0)