Skip to content

Bump activesupport from 7.0.4.3 to 7.0.7.2 in /examples/sinatra #146

Bump activesupport from 7.0.4.3 to 7.0.7.2 in /examples/sinatra

Bump activesupport from 7.0.4.3 to 7.0.7.2 in /examples/sinatra #146

Workflow file for this run

name: Ruby 2.7
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '2.7.5'
appraisal:
- 'rails-5.2'
- 'rails-6.0'
- 'rails-6.1'
- 'rails-7.0'
- 'semantic_logger-3.4'
- 'semantic_logger-4.6'
- 'semantic_logger-4.7.0'
- 'semantic_logger-4.7.2'
steps:
- uses: actions/checkout@v2
- uses: zhulik/redis-action@1.1.0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build and test with Rake
env:
APPRAISAL_CONTEXT: ${{ matrix.appraisal }}
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec appraisal ${APPRAISAL_CONTEXT} bundle
bundle exec appraisal ${APPRAISAL_CONTEXT} rspec