about summary refs log tree commit diff stats
path: root/Capfile
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 15:37:21 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 15:37:21 -0500
commitda59a288faff5c0be53c9b54d16e89d53f4af5ca (patch)
tree6e53f1e2b3af72d3f83ceb7dadfa0c675bd1d205 /Capfile
parent2b50dae2681e2f3756f43643259122c634a352fa (diff)
downloadthoughts-da59a288faff5c0be53c9b54d16e89d53f4af5ca.tar.gz
thoughts-da59a288faff5c0be53c9b54d16e89d53f4af5ca.tar.bz2
thoughts-da59a288faff5c0be53c9b54d16e89d53f4af5ca.zip
whenever is no longer needed
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Capfile b/Capfile index 8915892..1ace4ce 100644 --- a/Capfile +++ b/Capfile
@@ -14,7 +14,6 @@ require "capistrano/bundler"
14require "capistrano/rails/assets" 14require "capistrano/rails/assets"
15require "capistrano/rails/migrations" 15require "capistrano/rails/migrations"
16require "capistrano/passenger" 16require "capistrano/passenger"
17require "whenever/capistrano"
18 17
19# Load custom tasks from `lib/capistrano/tasks` if you have any defined 18# Load custom tasks from `lib/capistrano/tasks` if you have any defined
20Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } 19Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }