File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
app/components/component_setup Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://github.com/phlex-ruby/phlex-rails.git
3
- revision: 80388e7c1a5ba53f11e8de45eeb250bb99bc9060
3
+ revision: be91ab54bc1b0497e4cc72f1f435524811e0be76
4
4
specs:
5
- phlex-rails (2.0.0.beta2 )
6
- phlex (= 2.0.0.beta2 )
5
+ phlex-rails (2.0.2 )
6
+ phlex (~> 2.0.2 )
7
7
railties (>= 6.1 , < 9 )
8
8
9
9
GIT
10
10
remote: https://github.com/phlex-ruby/phlex.git
11
- revision: f02859abaf1397d4df37c23b12646d47a55e5b46
11
+ revision: bdff5f6800d36717bd576c8af8331ebeca8b4b3b
12
12
specs:
13
- phlex (2.0.0.beta2 )
13
+ phlex (2.0.2 )
14
14
15
15
GIT
16
16
remote: https://github.com/ruby-ui/ruby_ui.git
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def initialize(component_name:)
12
12
def view_template
13
13
Heading ( level : 2 ) { "Installation" }
14
14
15
- Tabs ( default_value : "cli" , class : "w-full" ) do
15
+ RubyUI :: Tabs ( default_value : "cli" , class : "w-full" ) do
16
16
TabsList do
17
17
TabsTrigger ( value : "cli" ) { "CLI" }
18
18
TabsTrigger ( value : "manual" ) { "Manual" }
You can’t perform that action at this time.
0 commit comments