DEV: Add Upload to IntermediateDB (#29780)

This commit is contained in:
Gerhard Schlager
2025-01-20 23:16:30 +01:00
committed by GitHub
parent ba5cd20ef2
commit 2d05a82f52
7 changed files with 132 additions and 3 deletions

View File

@@ -284,6 +284,9 @@ group :migrations, optional: true do
# CLI
gem "ruby-progressbar"
# non-cryptographic hashing algorithm for generating placeholder IDs
gem "digest-xxhash"
end
gem "dry-initializer", "~> 3.1"