Skip to content

Bump puma from 6.4.2 to 6.4.3 #285

Bump puma from 6.4.2 to 6.4.3

Bump puma from 6.4.2 to 6.4.3 #285

Workflow file for this run

name: build
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec