From da59a288faff5c0be53c9b54d16e89d53f4af5ca Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 30 Nov 2023 15:37:21 -0500 Subject: whenever is no longer needed --- Capfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Capfile') diff --git a/Capfile b/Capfile index 8915892..1ace4ce 100644 --- a/Capfile +++ b/Capfile @@ -14,7 +14,6 @@ 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