mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Fix failing CI
This commit is contained in:
parent
b900cc9272
commit
13a64a1694
2 changed files with 7 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue