Skip to content

Bump grape-jwt-authentication from 2.4.5 to 2.7.1 #429

Bump grape-jwt-authentication from 2.4.5 to 2.7.1

Bump grape-jwt-authentication from 2.4.5 to 2.7.1 #429

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