1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 21:45:23 +02:00

import: Bulk import transaction data. (#1962)

Fixes: #1846.
This commit is contained in:
Joseph Ho 2025-03-24 09:59:27 -04:00 committed by GitHub
parent f8d64561cf
commit b41897b5e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 11 deletions

View file

@ -58,6 +58,7 @@ gem "intercom-rails"
gem "plaid"
gem "rotp", "~> 6.3"
gem "rqrcode", "~> 2.2"
gem "activerecord-import"
group :development, :test do
gem "debug", platforms: %i[mri windows]