Add whenever for job scheduling

This commit is contained in:
Max Wofford 2025-02-17 19:05:44 -05:00
parent 499036038e
commit 3690b1fbb5
2 changed files with 7 additions and 0 deletions

View file

@ -34,6 +34,9 @@ gem "solid_cache"
gem "solid_queue"
gem "solid_cable"
# Job scheduler
gem "whenever", require: false
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false

View file

@ -114,6 +114,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
chronic (0.10.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
@ -424,6 +425,8 @@ GEM
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
whenever (1.0.0)
chronic (>= 0.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.1)
@ -470,6 +473,7 @@ DEPENDENCIES
turbo-rails
tzinfo-data
web-console
whenever
BUNDLED WITH
2.6.2