From 13a64a1694e4cba4dcb25d340ab7cfa2f5eb1f30 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Mon, 16 Jun 2025 11:07:38 -0400 Subject: [PATCH] Fix failing CI --- Gemfile | 6 +++++- Gemfile.lock | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7d1fb988..4b5b6711 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 3c661aed..36fba306 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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