Skip to content

Bump puma from 5.6.7 to 6.3.1 #5

Bump puma from 5.6.7 to 6.3.1

Bump puma from 5.6.7 to 6.3.1 #5

Workflow file for this run

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
inputs:
ref:
description: 'The branch, tag or SHA to checkout'
default: main
type: string
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.ref || github.ref }}
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/rake
- run: bundle exec brakeman