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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update rubocop
Browse files Browse the repository at this point in the history
jacobsteves committed Jun 3, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7e2cd5b commit f838e25
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
@@ -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)
@@ -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)

0 comments on commit f838e25

Please sign in to comment.