From 7fa0191b3930d0688add3557492c2e57e2482c00 Mon Sep 17 00:00:00 2001 From: horacio Date: Wed, 18 Sep 2024 11:18:57 +0200 Subject: [PATCH] Prevent error if gem is loaded before to activesupport --- lib/zonebie/backends/active_support.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zonebie/backends/active_support.rb b/lib/zonebie/backends/active_support.rb index 0939049..8663d6e 100644 --- a/lib/zonebie/backends/active_support.rb +++ b/lib/zonebie/backends/active_support.rb @@ -1,4 +1,5 @@ begin + require "active_support" require "active_support/time" rescue LoadError # not required; this backend will simply not be used