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 69435ca commit 2e58b57Copy full SHA for 2e58b57
scripts/setup_bundler.sh
@@ -14,6 +14,12 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
+
18
+# To test another version of Xcode for all of CI:
19
+# - Add any edit, like a blank line, to Gemfile.
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
bundle update --bundler # ensure bundler version is high enough for Gemfile.lock
24
bundle install
25
bundle --version
0 commit comments