Skip to content

Bump rubocop-rspec from 3.0.4 to 3.0.5 #383

Bump rubocop-rspec from 3.0.4 to 3.0.5

Bump rubocop-rspec from 3.0.4 to 3.0.5 #383

Workflow file for this run

name: Bundler Audit
on:
pull_request:
jobs:
bundler-audit:
strategy:
fail-fast: false
matrix:
ruby:
- 3.3.4
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