Skip to content
Snippets Groups Projects
Unverified Commit 2d8d412c authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #4918 from reitermarkus/rubocop

Update RuboCop to 0.58.2.
parents 2e2e8cca 05b71b80
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
# RuboCop version used for `brew style` and `brew cask style`
HOMEBREW_RUBOCOP_VERSION = "0.57.2"
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.20.0" # has to be updated when RuboCop version changes
HOMEBREW_RUBOCOP_VERSION = "0.58.2"
HOMEBREW_RUBOCOP_CASK_VERSION = "~> 0.21.0" # has to be updated when RuboCop version changes
......@@ -37,10 +37,10 @@ GEM
rspec-support (3.8.0)
rspec-wait (0.0.9)
rspec (>= 3, < 4)
rubocop (0.57.2)
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
......@@ -64,8 +64,8 @@ DEPENDENCIES
rspec-its
rspec-retry
rspec-wait
rubocop (= 0.57.2)
rubocop (= 0.58.2)
simplecov
BUNDLED WITH
1.16.2
1.16.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment