From 36ee1739c15cfeda89622942444f1e85ef86c93f Mon Sep 17 00:00:00 2001 From: Alex Ghiculescu Date: Wed, 15 May 2024 09:33:05 +1000 Subject: [PATCH] Add missing Active Support require ref: https://github.com/rails/rails/pull/51760#issuecomment-2109506629 --- lib/console1984/supervisor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/console1984/supervisor.rb b/lib/console1984/supervisor.rb index 1cfd4e3..9059ca4 100644 --- a/lib/console1984/supervisor.rb +++ b/lib/console1984/supervisor.rb @@ -1,3 +1,4 @@ +require 'active_support/all' require 'rails/console/app' # Entry point to the system. In charge of installing everything