Skip to content

Bump nokogiri from 1.16.2 to 1.16.5 #98

Bump nokogiri from 1.16.2 to 1.16.5

Bump nokogiri from 1.16.2 to 1.16.5 #98

Workflow file for this run

name: Test
on: [push]
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Set up environment
run: |
gem install bundler
bundle install
- name: Run tests
run: |
bundle exec rspec