Skip to content

🚨 [security] Update rubocop-rspec 2.14.1 → 3.0.3 (major) #100

🚨 [security] Update rubocop-rspec 2.14.1 → 3.0.3 (major)

🚨 [security] Update rubocop-rspec 2.14.1 → 3.0.3 (major) #100

Workflow file for this run

name: Gem building
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Build the gem
run: bundle exec rake build