Skip to content

Update activemodel requirement from >= 4.2, < 7.1.3 to >= 4.2, < 7.1.4 #86

Update activemodel requirement from >= 4.2, < 7.1.3 to >= 4.2, < 7.1.4

Update activemodel requirement from >= 4.2, < 7.1.3 to >= 4.2, < 7.1.4 #86

Workflow file for this run

name: Checks
on: [push]
jobs:
syntax:
name: Syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- run: |
gem install bundler
bundle install --jobs 4 --retry 3
- run: bundle exec rubocop