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

Fix failing CI
Some checks failed
Publish Docker image / ci (push) Has been cancelled
Publish Docker image / Build docker image (push) Has been cancelled

This commit is contained in:
Zach Gollwitzer 2025-06-16 11:07:38 -04:00
parent b900cc9272
commit 13a64a1694
2 changed files with 7 additions and 3 deletions

View file

@ -23,7 +23,11 @@ gem "lucide-rails", github: "maybe-finance/lucide-rails"
gem "stimulus-rails"
gem "turbo-rails"
gem "view_component"
gem "lookbook", ">= 2.3.7"
# https://github.com/lookbook-hq/lookbook/issues/712
# TODO: Remove max version constraint when fixed
gem "lookbook", "2.3.9"
gem "hotwire_combobox"
# Background Jobs

View file

@ -296,7 +296,7 @@ GEM
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.10)
lookbook (2.3.9)
activemodel
css_parser
htmlbeautifier (~> 1.3)
@ -642,7 +642,7 @@ DEPENDENCIES
jwt
letter_opener
logtail-rails
lookbook (>= 2.3.7)
lookbook (= 2.3.9)
lucide-rails!
mocha
octokit