Skip to content

Bump nokogiri from 1.14.3 to 1.15.6 #1158

Bump nokogiri from 1.14.3 to 1.15.6

Bump nokogiri from 1.14.3 to 1.15.6 #1158

Workflow file for this run

name: Rubocop
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
permissions:
contents: read
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Ruby linter
run: bundle exec rubocop