Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Update rubocop (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsteves authored Jun 3, 2020
1 parent 7e2cd5b commit 326738e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
mocha (1.7.0)
metaclass (~> 0.0.1)
parallel (1.19.1)
parser (2.7.1.2)
parser (2.7.1.3)
ast (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
Expand All @@ -34,14 +34,19 @@ GEM
public_suffix (3.0.3)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.7.0)
rexml (3.2.4)
rubocop (0.83.0)
rubocop (0.85.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
safe_yaml (1.0.4)
session (3.2.0)
Expand Down

0 comments on commit 326738e

Please sign in to comment.