Skip to content

Bump rexml from 3.2.5 to 3.3.3 #23

Bump rexml from 3.2.5 to 3.3.3

Bump rexml from 3.2.5 to 3.3.3 #23

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- name: Run the default task
run: |
gem install bundler -v 2.2.3
bundle install
bundle exec rake