# File lib/fssm/support.rb, line 18
    def optimal_backend_dependency
      return case
        when mac?     then  ['rb-fsevent', '>= 0.4.3.1']
        when linux?   then  ['rb-inotify', '>= 0.8.8']
        else                [nil, nil]
      end
    end