Takeaway: if your engine depends on another gem (e.g. Pundit) at runtime, declare it with `spec.add_dependency` in the gemspec so `bundle install` in the host app pulls it in automatically. Trusting users to read documentation leads to broken installs and bad reviews.