diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 73812b3558299b3f254847c67fc827fcc86eb614..fbdb261badba3385e7923def787beb998c9f8980 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -219,7 +219,7 @@ class BuildError < Homebrew::InstallationError end end puts - unless RUBY_VERSION < "1.8.6" || issues.empty? + unless RUBY_VERSION < "1.8.7" || issues.empty? puts "These open issues may also help:" puts issues.map{ |i| "#{i['title']} (#{i['html_url']})" }.join("\n") end