Skip to content

Bump puma from 6.3.1 to 6.4.2 #43

Bump puma from 6.3.1 to 6.4.2

Bump puma from 6.3.1 to 6.4.2 #43

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
paths:
- .github/workflows/**
- 'src/**'
- 'public/**'
- 'test/**'
- Gemfile
- Gemfile.lock
- Rakefile
- config.ru
pull_request:
branches: [ master ]
paths:
- .github/workflows/**
- 'src/**'
- 'public/**'
- 'test/**'
- Gemfile
- Gemfile.lock
- Rakefile
- config.ru
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
env:
BUNDLE_WITHOUT: vscode
with:
ruby-version: "3.2"
bundler-cache: true
- name: Run test
run: bundle exec rake