aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/style.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index 2b7e307b2..017c40151 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -8,11 +8,11 @@ module Homebrew
ARGV.formulae.map(&:path)
end
- Homebrew.install_gem_setup_path! "rubocop", "0.34.0"
+ Homebrew.install_gem_setup_path! "rubocop", "0.34.1"
args = [
"--format", "simple", "--force-exclusion", "--config",
- "#{HOMEBREW_LIBRARY}/.rubocop.yml"
+ "#{HOMEBREW_LIBRARY}/.rubocop.yml",
]
args << "--auto-correct" if ARGV.homebrew_developer? && ARGV.flag?("--fix")