From 22ecb41d0f129a9c96e52ed1e5da7a4a0f5b73d4 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 30 Nov 2023 15:25:16 -0500 Subject: Schedule new puzzles daily --- 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