File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
images/macos/provision/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ source ~/utils/utils.sh
44echo Updating RubyGems...
55gem update --system
66
7+ # Temporarily install activesupport 7.0.8 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081
8+ gem install activesupport -v 7.0.8
9+
710gemsToInstall=$( get_toolset_value ' .ruby.rubygems | .[]' )
811if [ -n " $gemsToInstall " ]; then
912 for gem in $gemsToInstall ; do
@@ -12,7 +15,4 @@ if [ -n "$gemsToInstall" ]; then
1215 done
1316fi
1417
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
17-
1818invoke_tests " RubyGem"
You can’t perform that action at this time.
0 commit comments