Skip to content

Bump puma from 6.3.1 to 6.4.2 #53

Bump puma from 6.3.1 to 6.4.2

Bump puma from 6.3.1 to 6.4.2 #53

Workflow file for this run

name: CI
on:
push:
branches:
- master
- github-actions
env:
BUNDLE_GITHUB__COM: ${{ secrets.BUNDLE_GITHUB__COM }}
jobs:
rake:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run specs
run: bin/rake