We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8047367 commit 99642f1Copy full SHA for 99642f1
images/macos/provision/core/rubygem.sh
@@ -12,7 +12,7 @@ if [ -n "$gemsToInstall" ]; then
12
done
13
fi
14
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
+# Temporarily install activesupport 7.0.8 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081
+gem install activesupport -v 7.0.8 && gem uninstall activesupport -v 7.1.0
17
18
invoke_tests "RubyGem"
0 commit comments