From 01d74535e0cf0dc66da41afb02ee44c2b920e4c6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 30 Oct 2023 14:39:21 -0400 Subject: Scheduled daily new Wittle puzzles --- Capfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Capfile') diff --git a/Capfile b/Capfile index 1ace4ce..8915892 100644 --- a/Capfile +++ b/Capfile @@ -14,6 +14,7 @@ require "capistrano/bundler" require "capistrano/rails/assets" require "capistrano/rails/migrations" require "capistrano/passenger" +require "whenever/capistrano" # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } -- cgit 1.4.1