mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 14:35:23 +02:00
Handle market holidays during holding sync (#1292)
* Handle market holidays during holding sync * Use informal holidays instead of custom override
This commit is contained in:
parent
77fc5caecf
commit
3399b74849
4 changed files with 15 additions and 6 deletions
|
@ -183,6 +183,7 @@ GEM
|
|||
thor (>= 1.0.0)
|
||||
hashdiff (1.1.1)
|
||||
highline (3.0.1)
|
||||
holidays (8.8.0)
|
||||
hotwire-livereload (1.4.1)
|
||||
actioncable (>= 6.0.0)
|
||||
listen (>= 3.0.0)
|
||||
|
@ -486,6 +487,7 @@ DEPENDENCIES
|
|||
faraday-multipart
|
||||
faraday-retry
|
||||
good_job
|
||||
holidays
|
||||
hotwire-livereload
|
||||
i18n-tasks
|
||||
image_processing (>= 1.2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue