Skip to content

Bump activerecord from 7.0.7.2 to 7.1.3 #131

Bump activerecord from 7.0.7.2 to 7.1.3

Bump activerecord from 7.0.7.2 to 7.1.3 #131

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: andrewmcodes/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}