Skip to content

Bump nokogiri from 1.13.10 to 1.16.2 #158

Bump nokogiri from 1.13.10 to 1.16.2

Bump nokogiri from 1.13.10 to 1.16.2 #158

Workflow file for this run

name: Rails CI test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install dependencies
run: bundle install
- name: Run rubocop
run: bundle exec rubocop
- name: Run tests
run: bundle exec rails test