Skip to content

Bump webrick from 1.7.0 to 1.8.2 #57

Bump webrick from 1.7.0 to 1.8.2

Bump webrick from 1.7.0 to 1.8.2 #57

Workflow file for this run

name: validate
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Validate
run: bundle exec rake api:validate