Skip to content

Update rubocop-rspec requirement from ~> 3.3.0 to ~> 3.4.0 (#14) #37

Update rubocop-rspec requirement from ~> 3.3.0 to ~> 3.4.0 (#14)

Update rubocop-rspec requirement from ~> 3.3.0 to ~> 3.4.0 (#14) #37

Workflow file for this run

---
name: Ruby
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- ruby-head
- '3.3'
- '3.2'
name: Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake