Send recap emails for new feedback (#440)

This commit is contained in:
Riccardo Graziosi
2024-11-19 17:17:05 +01:00
committed by GitHub
parent ace50e1089
commit c0d70186f6
19 changed files with 426 additions and 13 deletions

View File

@@ -85,6 +85,9 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
cssbundling-rails (1.1.2)
railties (>= 6.0.0)
date (3.4.0)
@@ -96,6 +99,8 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.1)
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
execjs (2.10.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
@@ -105,6 +110,9 @@ GEM
ffi (1.17.0)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
httparty (0.21.0)
@@ -173,6 +181,7 @@ GEM
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (2.2.10)
rack-attack (6.7.0)
@@ -264,6 +273,11 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (2.0.1)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
sidekiq (>= 6.5.0)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
@@ -284,6 +298,7 @@ GEM
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode (0.4.4.5)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
@@ -330,6 +345,7 @@ DEPENDENCIES
rswag-specs (= 2.15.0)
selenium-webdriver (= 4.17.0)
sidekiq (= 7.3.5)
sidekiq-cron (= 2.0.1)
spring (= 2.1.1)
spring-watcher-listen (= 2.0.1)
stripe (= 11.2.0)