Skip to content

Update faraday_middleware requirement from ~> 0.10 to >= 0.10, < 2.0 #219

Update faraday_middleware requirement from ~> 0.10 to >= 0.10, < 2.0

Update faraday_middleware requirement from ~> 0.10 to >= 0.10, < 2.0 #219

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-22.04
env:
BUNDLE_WITH: "linting"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true # 'bundle install' and cache
- name: Rubocop
run: bundle exec rubocop