Skip to content

Commit

Permalink
Update rubocop: 0.77.0 → 0.78.0 (major) (#126)
Browse files Browse the repository at this point in the history
* Update rubocop to version 0.78.0

* fix ci workflow

* update bundler

Co-authored-by: Jonas Hübotter <jonas.huebotter@gmail.com>
  • Loading branch information
depfu[bot] and jonhue committed Dec 20, 2019
1 parent cdea494 commit b3d15bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install libsqlite3-dev
gem update --system
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: bundle exec rubocop
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -145,7 +145,7 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.77.0)
rubocop (0.78.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
Expand Down Expand Up @@ -187,4 +187,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.17.3
2.1.2

0 comments on commit b3d15bb

Please sign in to comment.