From 812ea0553f44df1fa583acd3e3f6fbfb7b7e8c90 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Sat, 9 May 2026 00:44:41 -0400 Subject: [PATCH] Make lib/statsd.rb load its own dependencies --- lib/statsd.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/statsd.rb b/lib/statsd.rb index f54a225500aeca335a2366e7309ad69948218d27..c0192e23ccd3344339b10a0934dee1e7eee6732b 100644 --- a/lib/statsd.rb +++ b/lib/statsd.rb @@ -2,6 +2,9 @@ require "statsd-instrument" +require_relative "registration" +require_relative "rev_ai" + # These are basically data, not code, I find them more readable on one line each # rubocop:disable Layout/LineLength