Skip to content

Bump rack from 2.2.7 to 2.2.8 #219

Bump rack from 2.2.7 to 2.2.8

Bump rack from 2.2.7 to 2.2.8 #219

Workflow file for this run

name: Bundler Audit
on:
pull_request:
jobs:
bundler-audit:
strategy:
fail-fast: false
matrix:
ruby:
- 3.1.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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