Skip to content

Commit 5a2165b

Browse files
authored
Upgrade phlex and phlex-rails to 2.0.2 version (#160)
* upgrade phlex and phlex-rails to 2.0.2 * fix missing keyword "component_name" error
1 parent af1e38a commit 5a2165b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
GIT
22
remote: https://github.com/phlex-ruby/phlex-rails.git
3-
revision: 80388e7c1a5ba53f11e8de45eeb250bb99bc9060
3+
revision: be91ab54bc1b0497e4cc72f1f435524811e0be76
44
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)
77
railties (>= 6.1, < 9)
88

99
GIT
1010
remote: https://github.com/phlex-ruby/phlex.git
11-
revision: f02859abaf1397d4df37c23b12646d47a55e5b46
11+
revision: bdff5f6800d36717bd576c8af8331ebeca8b4b3b
1212
specs:
13-
phlex (2.0.0.beta2)
13+
phlex (2.0.2)
1414

1515
GIT
1616
remote: https://github.com/ruby-ui/ruby_ui.git

app/components/component_setup/tabs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def initialize(component_name:)
1212
def view_template
1313
Heading(level: 2) { "Installation" }
1414

15-
Tabs(default_value: "cli", class: "w-full") do
15+
RubyUI::Tabs(default_value: "cli", class: "w-full") do
1616
TabsList do
1717
TabsTrigger(value: "cli") { "CLI" }
1818
TabsTrigger(value: "manual") { "Manual" }

0 commit comments

Comments
 (0)