Skip to content

Bump rails from 7.0.8.4 to 7.2.1.1 #240

Bump rails from 7.0.8.4 to 7.2.1.1

Bump rails from 7.0.8.4 to 7.2.1.1 #240

Workflow file for this run

---
name: Bundler Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Bundler Audit"
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}