Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "stimulus-rails"
gem "turbo-rails"
gem "view_component"

gem "lookbook", "~> 2.3.13"
gem "lookbook", "~> 2.3.14"

gem "hotwire_combobox"

Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
logger (~> 1.5)
chunky_png (1.4.0)
climate_control (1.2.0)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
countries (8.0.4)
unaccent (~> 0.3)
Expand All @@ -148,8 +148,9 @@ GEM
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
css_parser (1.22.0)
css_parser (3.0.0)
addressable
ssrf_filter (~> 1.5)
csv (3.3.5)
date (3.5.1)
debug (1.11.1)
Expand Down Expand Up @@ -249,7 +250,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
i18n-tasks (1.1.2)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -324,7 +325,7 @@ GEM
loofah (2.25.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.13)
lookbook (2.3.14)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -373,21 +374,21 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.5)
nokogiri (1.19.3-aarch64-linux-gnu)
nokogiri (1.19.4-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.3-aarch64-linux-musl)
nokogiri (1.19.4-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.19.3-arm-linux-gnu)
nokogiri (1.19.4-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.3-arm-linux-musl)
nokogiri (1.19.4-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.19.3-arm64-darwin)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.3-x86_64-darwin)
nokogiri (1.19.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-gnu)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-musl)
nokogiri (1.19.4-x86_64-linux-musl)
racc (~> 1.4)
octokit (10.0.0)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -439,7 +440,7 @@ GEM
useragent (~> 0.16.3)
posthog-ruby (3.11.0)
concurrent-ruby (~> 1)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
Expand Down Expand Up @@ -541,7 +542,7 @@ GEM
io-console (~> 0.5)
rexml (3.4.4)
rotp (6.3.0)
rouge (4.6.1)
rouge (4.7.0)
rqrcode (3.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 2.0)
Expand Down Expand Up @@ -634,6 +635,7 @@ GEM
skylight (7.1.1)
activesupport (>= 7.2.0)
smart_properties (1.17.0)
ssrf_filter (1.5.0)
stackprof (0.2.28)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
Expand Down Expand Up @@ -703,7 +705,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yaml (0.4.0)
yard (0.9.42)
yard (0.9.44)
zeitwerk (2.8.2)

PLATFORMS
Expand Down Expand Up @@ -751,7 +753,7 @@ DEPENDENCIES
langfuse-ruby (~> 0.1.4)
letter_opener
logtail-rails
lookbook (~> 2.3.13)
lookbook (~> 2.3.14)
lucide-rails (~> 0.7.4)
mocha
octokit
Expand Down
Loading