# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb, line 51
      def sort_dependencies(dependencies, activated, conflicts)
        with_no_such_dependency_error_handling do
          specification_provider.sort_dependencies(dependencies, activated, conflicts)
        end
      end