Skip to content

🚨 [security] Update rexml 3.2.5 → 3.3.4 (minor) #102

🚨 [security] Update rexml 3.2.5 → 3.3.4 (minor)

🚨 [security] Update rexml 3.2.5 → 3.3.4 (minor) #102

Workflow file for this run

name: Gem building
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Build the gem
run: bundle exec rake build