Bläddra i källkod

Update setup_bundler.sh (#9098)

* Update setup_bundler.sh

* Trip CI

* Trip CI without style violation

* Update Gemfile
Nick Cooke 4 år sedan
förälder
incheckning
7fd97ea3e5
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      scripts/setup_bundler.sh

+ 0 - 4
scripts/setup_bundler.sh

@@ -20,10 +20,6 @@
 # - Uncomment the following line and choose the alternative Xcode version.
 #sudo xcode-select -s /Applications/Xcode_13.0.app/Contents/Developer
 
-# TODO(paulb777): Remove once Xcode 13 becomes the default version in macOS 11.
-# https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md#xcode
-sudo xcode-select -s /Applications/Xcode_13.0.app/Contents/Developer
-
 bundle update --bundler # ensure bundler version is high enough for Gemfile.lock
 bundle install
 bundle --version