Skip to content

Bump puma from 6.2.2 to 6.3.1 #94

Bump puma from 6.2.2 to 6.3.1

Bump puma from 6.2.2 to 6.3.1 #94

Workflow file for this run

name: ci
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
services:
mongo:
image: mongo
env:
MONGO_HOST: 'mongo:27017'
TZ: 'Asia/Tokyo'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: rubocop
run: bundle exec rubocop