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 0097d09 commit 7fd97eaCopy full SHA for 7fd97ea
scripts/setup_bundler.sh
@@ -20,10 +20,6 @@
20
# - Uncomment the following line and choose the alternative Xcode version.
21
#sudo xcode-select -s /Applications/Xcode_13.0.app/Contents/Developer
22
23
-# TODO(paulb777): Remove once Xcode 13 becomes the default version in macOS 11.
24
-# https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md#xcode
25
-sudo xcode-select -s /Applications/Xcode_13.0.app/Contents/Developer
26
-
27
bundle update --bundler # ensure bundler version is high enough for Gemfile.lock
28
bundle install
29
bundle --version
0 commit comments