Add job to clean dead links

This commit is contained in:
2023-05-08 21:57:32 +10:00
parent 96c23eafa6
commit ebdf051b82
9 changed files with 92 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ gem "sanitize"
gem "time_math2", require: "time_math"
gem "lastfm", "~> 1.27"
gem "mail"
gem "que"
gem "connection_pool"
group :cli, :development do
gem "hanami-reloader"