# File lib/omniauth/builder.rb, line 14
    def rack14?
      Rack.release.start_with?('1.') && (Rack.release.split('.')[1].to_i >= 4)
    end