aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-11 17:49:27 +0100
committerMike McQuaid2016-09-11 17:49:27 +0100
commitcefaef75e1f7f8a4332ad5bd7468be7b3eead104 (patch)
treeb17efbd295b1c7904eb618527a06e56a9c014d53 /Library
parent984e80a7c2624baa88bad1ab1bc822d1e98292c7 (diff)
downloadbrew-cefaef75e1f7f8a4332ad5bd7468be7b3eead104.tar.bz2
os/mac: fix Rubocop warnings.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index 6d5c81182..22e7305b9 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -200,7 +200,7 @@ module OS
"7.3" => { :clang => "7.3", :clang_build => 703 },
"7.3.1" => { :clang => "7.3", :clang_build => 703 },
"8.0" => { :clang => "8.0", :clang_build => 800 },
- }
+ }.freeze
def compilers_standard?
STANDARD_COMPILERS.fetch(Xcode.version.to_s).all? do |method, build|