Skip to content

build(deps-dev): Bump rexml from 3.3.0 to 3.3.2 #3802

build(deps-dev): Bump rexml from 3.3.0 to 3.3.2

build(deps-dev): Bump rexml from 3.3.0 to 3.3.2 #3802

Workflow file for this run

name: Rails Migration
on:
push:
branches:
- main
pull_request:
jobs:
migration:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Migration Test
run: |
bin/rails db:migrate db:populate db:reset