Skip to content

Bump pry from 0.14.2 to 0.15.0 #1914

Bump pry from 0.14.2 to 0.15.0

Bump pry from 0.14.2 to 0.15.0 #1914

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: GOVUK_DOCKER_DIR=. make test-ci