Skip to content

Bump webrick from 1.9.0 to 1.9.1 #395

Bump webrick from 1.9.0 to 1.9.1

Bump webrick from 1.9.0 to 1.9.1 #395

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 }}