Skip to content

Update http requirement from ~> 4.4 to >= 4.4, < 6.0 #35

Update http requirement from ~> 4.4 to >= 4.4, < 6.0

Update http requirement from ~> 4.4 to >= 4.4, < 6.0 #35

Workflow file for this run

name: CI
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', 'head']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
- run: bundle exec rubocop