Skip to content

Commit 7fd97ea

Browse files
authored
Update setup_bundler.sh (#9098)
* Update setup_bundler.sh * Trip CI * Trip CI without style violation * Update Gemfile
1 parent 0097d09 commit 7fd97ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/setup_bundler.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
# - Uncomment the following line and choose the alternative Xcode version.
2121
#sudo xcode-select -s /Applications/Xcode_13.0.app/Contents/Developer
2222

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-
2723
bundle update --bundler # ensure bundler version is high enough for Gemfile.lock
2824
bundle install
2925
bundle --version

0 commit comments

Comments
 (0)