Skip to content

Bump actionpack from 7.0.3.1 to 7.0.8.5 #317

Bump actionpack from 7.0.3.1 to 7.0.8.5

Bump actionpack from 7.0.3.1 to 7.0.8.5 #317

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.2
bundler-cache: true
- name: Run the default task
run: bundle exec rake