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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue