Skip to content

Bump grape from 2.1.2 to 2.1.3 #353

Bump grape from 2.1.2 to 2.1.3

Bump grape from 2.1.2 to 2.1.3 #353

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