Skip to content

Bump zeitwerk from 2.6.10 to 2.6.12 #72

Bump zeitwerk from 2.6.10 to 2.6.12

Bump zeitwerk from 2.6.10 to 2.6.12 #72

Workflow file for this run

name: rspec
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- name: Run the default task
run: |
gem install bundler -v 2.4.12
bundle install
bundle exec rspec