Skip to content

Updates Gemfile

Updates Gemfile #2062

Workflow file for this run

name: rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Run Rubocop
run: |
bundle install
bundle exec rubocop