lib/nanoc/base/services/pruner.rb in nanoc-4.8.10 vs lib/nanoc/base/services/pruner.rb in nanoc-4.8.11
- old
+ new
@@ -1,8 +1,6 @@
# frozen_string_literal: true
-require 'find'
-
module Nanoc
# Responsible for finding and deleting files in the site’s output directory
# that are not managed by Nanoc.
#
# @api private