# File lib/bundler/lazy_specification.rb, line 64
    def identifier
      @__identifier ||= [name, version, source, platform, dependencies].hash
    end