Skip to content

Bump rubocop from 1.66.1 to 1.68.0 #411

Bump rubocop from 1.66.1 to 1.68.0

Bump rubocop from 1.66.1 to 1.68.0 #411

Workflow file for this run

name: Bundler Audit
on:
pull_request:
jobs:
bundler-audit:
strategy:
fail-fast: false
matrix:
ruby:
- 3.3.6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run bundler audit
run: |
bundle exec rake bundler:audit:update
bundle exec rake bundler:audit:check