diff --git a/lib/app.rb b/lib/app.rb index e046dc4b..43ce2a4e 100644 --- a/lib/app.rb +++ b/lib/app.rb @@ -146,10 +146,8 @@ class App < Sinatra::Application @browser ||= Browser.new(request.user_agent) end - UNSUPPORTED_IE_VERSIONS = %w(6 7 8 9).freeze - def unsupported_browser? - browser.ie? && UNSUPPORTED_IE_VERSIONS.include?(browser.version) + browser.ie? end def docs