Skip to content

Update rails requirement from 3.1.5 to 7.2.1 #14

Update rails requirement from 3.1.5 to 7.2.1

Update rails requirement from 3.1.5 to 7.2.1 #14

Workflow file for this run

name: Dependabot
on: pull_request_target
permissions: read-all
jobs:
update-lockfile:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
pull-requests: write
contents: write
steps:
- uses: pnpm/action-setup@v4
with:
version: ^7
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- run: pnpm i --lockfile-only