Skip to content

Bump pry from 0.15.0 to 0.15.2 #244

Bump pry from 0.15.0 to 0.15.2

Bump pry from 0.15.0 to 0.15.2 #244

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bin/rspec