Skip to content

Bump puma from 6.3.1 to 6.4.2 #89

Bump puma from 6.3.1 to 6.4.2

Bump puma from 6.3.1 to 6.4.2 #89

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:management
ports:
- 5672:5672
- 15672:15672
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec rspec