Skip to content

Bump httparty from 0.21.0 to 0.22.0 #958

Bump httparty from 0.21.0 to 0.22.0

Bump httparty from 0.21.0 to 0.22.0 #958

Workflow file for this run

name: RSpec
on: [push, pull_request]
env:
RUBY_VERSION: "3.2.0"
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec --format progress
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rubocop