lib/nanoc/helpers/capturing.rb in nanoc-4.11.12 vs lib/nanoc/helpers/capturing.rb in nanoc-4.11.13

- old
+ new

@@ -66,10 +66,10 @@ dependency_tracker = @config._context.dependency_tracker dependency_tracker.bounce(@requested_item._unwrap, compiled_content: true) unless rep.compiled? # FIXME: is :last appropriate? - Fiber.yield(Nanoc::Int::Errors::UnmetDependency.new(rep, :last)) + Fiber.yield(Nanoc::Core::Errors::UnmetDependency.new(rep, :last)) return run end end compiled_content_store = @config._context.compiled_content_store