Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

chore(deps): Bump puma from 6.6.1 to 7.0.2 #832

chore(deps): Bump puma from 6.6.1 to 7.0.2

chore(deps): Bump puma from 6.6.1 to 7.0.2 #832

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1 # uses .ruby-version file
with:
bundler-cache: true
- name: Run Linters
run: bundle exec rubocop
- name: Run Test Suite
run: |
bundle exec rake db:migrate
bundle exec rake test
env:
RACK_ENV: test