Skip to content

build(deps): bump puma from 5.6.5 to 6.3.0 #115

build(deps): bump puma from 5.6.5 to 6.3.0

build(deps): bump puma from 5.6.5 to 6.3.0 #115

Workflow file for this run

name: Testing
on: push
jobs:
testing:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: bundle exec rake test