Skip to content

Bump rexml from 3.3.9 to 3.4.2 in /website/docs in the bundler group across 1 directory #1

Bump rexml from 3.3.9 to 3.4.2 in /website/docs in the bundler group across 1 directory

Bump rexml from 3.3.9 to 3.4.2 in /website/docs in the bundler group across 1 directory #1

Workflow file for this run

name: PR Build
on:
pull_request:
branches: [main, master]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true # This will cache dependencies
- name: Install dependencies
run: bundle install
- name: Build gem
run: bundle exec rake build