mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
[macOS] Update activesupport gem to 7.1.5.1 to unlock cocoapods (#11406)
This commit is contained in:
@@ -9,8 +9,8 @@ source ~/utils/utils.sh
|
|||||||
echo "Updating RubyGems..."
|
echo "Updating RubyGems..."
|
||||||
gem update --system
|
gem update --system
|
||||||
|
|
||||||
# Temporarily install activesupport 7.0.8 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081
|
# Temporarily install activesupport 7.1.5.1 due to compatibility issues with cocoapods https://github.com/CocoaPods/CocoaPods/issues/12081
|
||||||
gem install activesupport -v 7.0.8
|
gem install activesupport -v 7.1.5.1
|
||||||
|
|
||||||
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
|
gemsToInstall=$(get_toolset_value '.ruby.rubygems | .[]')
|
||||||
if [[ -n $gemsToInstall ]]; then
|
if [[ -n $gemsToInstall ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user