Skip to content

Bump rexml from 3.2.5 to 3.3.3 #77

Bump rexml from 3.2.5 to 3.3.3

Bump rexml from 3.2.5 to 3.3.3 #77

Workflow file for this run

on: [push]
name: Tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@main
- name: Set up Ruby
uses: ruby/setup-ruby@master
with:
bundler-cache: true
- name: Run tests
run: bundle exec rspec