1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00
This commit is contained in:
Josh Pigford 2024-04-08 11:29:11 -05:00
parent 671247f19c
commit 21e2d05d0c
4 changed files with 36 additions and 0 deletions

View file

@ -29,6 +29,11 @@ gem "good_job"
# Search
gem "ransack"
# Error logging
gem "stackprof"
gem "sentry-ruby"
gem "sentry-rails"
# Other
gem "bcrypt", "~> 3.1.7"
gem "inline_svg"