From 7dddc4df9f4930a05ef98365fb61b710201a1cd2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 16 Aug 2016 17:00:38 +0100 Subject: exceptions: assume Ruby 2. --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index ba04a1d5a..4d1559c28 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -350,7 +350,7 @@ class BuildError < RuntimeError end end puts - if RUBY_VERSION >= "1.8.7" && issues && !issues.empty? + if issues && !issues.empty? puts "These open issues may also help:" puts issues.map { |i| "#{i["title"]} #{i["html_url"]}" }.join("\n") end -- cgit v1.2.3