describe_homebrew_ruby: s may be a frozen string
This commit is contained in:
parent
706b06942f
commit
99e9a22b85
@ -32,7 +32,7 @@ class SystemConfig
|
|||||||
s = describe_homebrew_ruby_version
|
s = describe_homebrew_ruby_version
|
||||||
|
|
||||||
if RUBY_PATH.to_s !~ %r{^/System/Library/Frameworks/Ruby.framework/Versions/[12]\.[089]/usr/bin/ruby}
|
if RUBY_PATH.to_s !~ %r{^/System/Library/Frameworks/Ruby.framework/Versions/[12]\.[089]/usr/bin/ruby}
|
||||||
s << " => #{RUBY_PATH}"
|
s = "#{s} => #{RUBY_PATH}"
|
||||||
end
|
end
|
||||||
s
|
s
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user