1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Fix crypto.randomUUID errors when adding holdings (#1795)

This commit is contained in:
Zach Gollwitzer 2025-02-04 11:35:50 -05:00 committed by GitHub
parent 4c158934d0
commit 9c846e7de4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 6 deletions

View file

@ -21,7 +21,9 @@ gem "lucide-rails", github: "maybe-finance/lucide-rails"
# Hotwire # Hotwire
gem "stimulus-rails" gem "stimulus-rails"
gem "turbo-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 # Background Jobs
gem "good_job" gem "good_job"

View file

@ -1,3 +1,14 @@
GIT
remote: https://github.com/josefarias/hotwire_combobox.git
revision: b827048a8305e1115d5f96931ba1c9750d1e59fc
ref: b827048a8305e1115d5f96931ba1c9750d1e59fc
specs:
hotwire_combobox (0.3.2)
platform_agent (>= 1.0.1)
rails (>= 7.0.7.2)
stimulus-rails (>= 1.2)
turbo-rails (>= 1.2)
GIT GIT
remote: https://github.com/maybe-finance/lucide-rails.git remote: https://github.com/maybe-finance/lucide-rails.git
revision: 272e5fb8418ea458da3995d6abe0ba0ceee9c9f0 revision: 272e5fb8418ea458da3995d6abe0ba0ceee9c9f0
@ -194,10 +205,6 @@ GEM
actioncable (>= 7.0.0) actioncable (>= 7.0.0)
listen (>= 3.0.0) listen (>= 3.0.0)
railties (>= 7.0.0) railties (>= 7.0.0)
hotwire_combobox (0.3.2)
rails (>= 7.0.7.2)
stimulus-rails (>= 1.2)
turbo-rails (>= 1.2)
i18n (1.14.7) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (1.0.14) i18n-tasks (1.0.14)
@ -311,6 +318,9 @@ GEM
plaid (35.1.0) plaid (35.1.0)
faraday (>= 1.0.1, < 3.0) faraday (>= 1.0.1, < 3.0)
faraday-multipart (>= 1.0.1, < 2.0) faraday-multipart (>= 1.0.1, < 2.0)
platform_agent (1.0.1)
activesupport (>= 5.2.0)
useragent (~> 0.16.3)
pp (0.6.2) pp (0.6.2)
prettyprint prettyprint
prettyprint (0.2.0) prettyprint (0.2.0)
@ -530,7 +540,7 @@ DEPENDENCIES
faraday-retry faraday-retry
good_job good_job
hotwire-livereload hotwire-livereload
hotwire_combobox hotwire_combobox!
i18n-tasks i18n-tasks
image_processing (>= 1.2) image_processing (>= 1.2)
importmap-rails importmap-rails