Skip to content

Bump rexml from 3.2.8 to 3.3.6 #61

Bump rexml from 3.2.8 to 3.3.6

Bump rexml from 3.2.8 to 3.3.6 #61

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '4.4'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: specs + rubocop
run: |
bundle exec rake