Skip to content

Bump addressable from 2.8.9 to 2.9.0 #2

Bump addressable from 2.8.9 to 2.9.0

Bump addressable from 2.8.9 to 2.9.0 #2

Workflow file for this run

name: RSpec
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec