mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Add whenever for job scheduling
This commit is contained in:
parent
499036038e
commit
3690b1fbb5
2 changed files with 7 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue