Skip to content

bundle update

bundle update #114

Workflow file for this run

name: RuboCop
on:
- push
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install RuboCop
run: |
gem install bundler --no-document
gem install rubocop -v 1.65.0 --no-document
gem install rubocop-rails -v 2.25.1 --no-document
- name: RuboCop
run: rubocop