Skip to content

Commit d0c896f

Browse files
committed
fix deploy and lookbook
1 parent 23b96fa commit d0c896f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GIT
22
remote: https://github.com/ruby-ui/ruby_ui.git
3-
revision: 0ae3ed06e7ce56f17c67e2aa530f7fc2c806dc74
3+
revision: 33dc56c7565e64080f976594b7a67eb0b7e2412f
44
branch: main
55
specs:
66
ruby_ui (1.0.0.pre.alpha.4)
7-
phlex (~> 1.10)
7+
phlex (~> 1.10, < 3)
88
rouge (~> 4.2.0)
99
tailwind_merge (~> 0.12)
1010

test/components/previews/rbui/typography_preview.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module RBUI
4-
class Textreview < Lookbook::Preview
4+
class TypographyPreview < Lookbook::Preview
55
# Heading
66
# ---------------
77
# @param level [Symbol] select { choices: [1, 2, 3, 4] }

0 commit comments

Comments
 (0)