diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 15:37:21 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 15:37:21 -0500 |
| commit | da59a288faff5c0be53c9b54d16e89d53f4af5ca (patch) | |
| tree | 6e53f1e2b3af72d3f83ceb7dadfa0c675bd1d205 | |
| parent | 2b50dae2681e2f3756f43643259122c634a352fa (diff) | |
| download | thoughts-da59a288faff5c0be53c9b54d16e89d53f4af5ca.tar.gz thoughts-da59a288faff5c0be53c9b54d16e89d53f4af5ca.tar.bz2 thoughts-da59a288faff5c0be53c9b54d16e89d53f4af5ca.zip | |
whenever is no longer needed
| -rw-r--r-- | Capfile | 1 | ||||
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 4 | ||||
| -rw-r--r-- | config/schedule.rb | 0 |
4 files changed, 0 insertions, 6 deletions
| diff --git a/Capfile b/Capfile index 8915892..1ace4ce 100644 --- a/Capfile +++ b/Capfile | |||
| @@ -14,7 +14,6 @@ require "capistrano/bundler" | |||
| 14 | require "capistrano/rails/assets" | 14 | require "capistrano/rails/assets" |
| 15 | require "capistrano/rails/migrations" | 15 | require "capistrano/rails/migrations" |
| 16 | require "capistrano/passenger" | 16 | require "capistrano/passenger" |
| 17 | require "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 |
| 20 | Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } | 19 | Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } |
| diff --git a/Gemfile b/Gemfile index 825e4c7..fdc8746 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -83,4 +83,3 @@ gem 'active_storage_validations' | |||
| 83 | gem "image_processing", ">= 1.2" | 83 | gem "image_processing", ">= 1.2" |
| 84 | gem "meta-tags" | 84 | gem "meta-tags" |
| 85 | gem 'rails_autolink' | 85 | gem 'rails_autolink' |
| 86 | gem 'whenever', "~> 1.0.0", require: false | ||
| diff --git a/Gemfile.lock b/Gemfile.lock index 995d314..a3417f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
| @@ -134,7 +134,6 @@ GEM | |||
| 134 | rack (>= 1.0.0) | 134 | rack (>= 1.0.0) |
| 135 | rack-test (>= 0.5.4) | 135 | rack-test (>= 0.5.4) |
| 136 | xpath (>= 2.0, < 4.0) | 136 | xpath (>= 2.0, < 4.0) |
| 137 | chronic (0.10.2) | ||
| 138 | climate_control (0.2.0) | 137 | climate_control (0.2.0) |
| 139 | coffee-rails (4.2.2) | 138 | coffee-rails (4.2.2) |
| 140 | coffee-script (>= 2.2.0) | 139 | coffee-script (>= 2.2.0) |
| @@ -363,8 +362,6 @@ GEM | |||
| 363 | websocket-driver (0.7.6) | 362 | websocket-driver (0.7.6) |
| 364 | websocket-extensions (>= 0.1.0) | 363 | websocket-extensions (>= 0.1.0) |
| 365 | websocket-extensions (0.1.5) | 364 | websocket-extensions (0.1.5) |
| 366 | whenever (1.0.0) | ||
| 367 | chronic (>= 0.6.3) | ||
| 368 | will_paginate (4.0.0) | 365 | will_paginate (4.0.0) |
| 369 | xpath (3.2.0) | 366 | xpath (3.2.0) |
| 370 | nokogiri (~> 1.8) | 367 | nokogiri (~> 1.8) |
| @@ -417,7 +414,6 @@ DEPENDENCIES | |||
| 417 | tzinfo-data | 414 | tzinfo-data |
| 418 | web-console (>= 3.3.0) | 415 | web-console (>= 3.3.0) |
| 419 | webrick (~> 1.7) | 416 | webrick (~> 1.7) |
| 420 | whenever (~> 1.0.0) | ||
| 421 | will_paginate (~> 4.0) | 417 | will_paginate (~> 4.0) |
| 422 | 418 | ||
| 423 | BUNDLED WITH | 419 | BUNDLED WITH |
| diff --git a/config/schedule.rb b/config/schedule.rb deleted file mode 100644 index e69de29..0000000 --- a/config/schedule.rb +++ /dev/null | |||
