# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb, line 16
      def dependencies_for(specification)
        with_no_such_dependency_error_handling do
          specification_provider.dependencies_for(specification)
        end
      end