Skip to content

Commit

Permalink
Merge pull request #238 from tomohiro/dependabot/bundler/rubocop-0.85.0
Browse files Browse the repository at this point in the history
Bump rubocop from 0.83.0 to 0.85.0
  • Loading branch information
tomohiro committed Jun 6, 2020
2 parents 0d5e62e + 9c52376 commit ee31f37
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 @@ -32,7 +32,7 @@ GEM
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
parallel (1.19.1)
parser (2.7.1.2)
parser (2.7.1.3)
ast (~> 2.4.0)
puma (4.3.5)
nio4r (~> 2.0)
Expand All @@ -42,6 +42,7 @@ GEM
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.0.0)
regexp_parser (1.7.0)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand All @@ -56,13 +57,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
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)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
rubocop-rspec (1.39.0)
Expand Down

0 comments on commit ee31f37

Please sign in to comment.