mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +02:00
Integrate money-rails gem (#268)
* Integrate money-rails gem * Fix Lint issues * Basic test for monetize feature * Merge main branch * Changes to monetize balance field --------- Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
parent
323a8ccf50
commit
1182ab39bd
12 changed files with 176 additions and 14 deletions
10
Gemfile.lock
10
Gemfile.lock
|
@ -202,6 +202,15 @@ GEM
|
|||
matrix (0.4.2)
|
||||
mini_mime (1.1.5)
|
||||
minitest (5.21.2)
|
||||
monetize (1.13.0)
|
||||
money (~> 6.12)
|
||||
money (6.16.0)
|
||||
i18n (>= 0.6.4, <= 2)
|
||||
money-rails (1.15.0)
|
||||
activesupport (>= 3.0)
|
||||
monetize (~> 1.9)
|
||||
money (~> 6.13)
|
||||
railties (>= 3.0)
|
||||
msgpack (1.7.2)
|
||||
net-imap (0.4.10)
|
||||
date
|
||||
|
@ -382,6 +391,7 @@ DEPENDENCIES
|
|||
inline_svg
|
||||
jbuilder
|
||||
letter_opener
|
||||
money-rails (~> 1.12)
|
||||
pg (~> 1.1)
|
||||
propshaft
|
||||
puma (>= 5.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue