Skip to content

Bump rexml from 3.3.3 to 3.3.6 in the bundler group across 1 directory #55

Bump rexml from 3.3.3 to 3.3.6 in the bundler group across 1 directory

Bump rexml from 3.3.3 to 3.3.6 in the bundler group across 1 directory #55

Workflow file for this run

# name: CI
# on: push
# jobs:
# build:
# runs-on: macos-13 # Weird that macos-latest doesn't have iOS 17
# strategy:
# matrix:
# ios: [17]
# name: Build on iOS (${{ matrix.ios }})
# steps:
# - uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: latest-stable
# - name: Check out code
# uses: actions/checkout@v4
# - name: Install Fastlane
# run: |
# gem install bundler
# bundle install
# - name: Build Example App
# run: |
# bundle exec fastlane ios build_example_app