Skip to content

Commit d0ef4c9

Browse files
authored
[macOS] Update activesupport gem to 7.1.5.1 to unlock cocoapods (#11406)
1 parent ffc156c commit d0ef4c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/macos/scripts/build/install-rubygems.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ source ~/utils/utils.sh
99
echo "Updating RubyGems..."
1010
gem update --system
1111

12-
# Temporarily install activesupport 7.0.8 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081
13-
gem install activesupport -v 7.0.8
12+
# Temporarily install activesupport 7.1.5.1 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081
13+
gem install activesupport -v 7.1.5.1
1414

1515
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
1616
if [[ -n $gemsToInstall ]]; then

0 commit comments

Comments
 (0)