mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
Fix crypto.randomUUID errors when adding holdings (#1795)
This commit is contained in:
parent
4c158934d0
commit
9c846e7de4
2 changed files with 18 additions and 6 deletions
4
Gemfile
4
Gemfile
|
@ -21,7 +21,9 @@ gem "lucide-rails", github: "maybe-finance/lucide-rails"
|
|||
# Hotwire
|
||||
gem "stimulus-rails"
|
||||
gem "turbo-rails"
|
||||
gem "hotwire_combobox"
|
||||
|
||||
# Temporary pin to commit to fix crypto.randomUUID() errors. Revert this when the change has been released.
|
||||
gem "hotwire_combobox", github: "josefarias/hotwire_combobox", ref: "b827048a8305e1115d5f96931ba1c9750d1e59fc"
|
||||
|
||||
# Background Jobs
|
||||
gem "good_job"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue