mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +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
1
Gemfile
1
Gemfile
|
@ -27,6 +27,7 @@ gem "bcrypt", "~> 3.1.7"
|
|||
gem "inline_svg"
|
||||
gem "jbuilder"
|
||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||
gem "money-rails", "~> 1.12"
|
||||
|
||||
group :development, :test do
|
||||
gem "debug", platforms: %i[ mri windows ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue