diff --git a/Gemfile b/Gemfile index 57a037b..4999806 100644 --- a/Gemfile +++ b/Gemfile @@ -66,6 +66,6 @@ gem "tailwindcss-rails", "~> 3.0" gem "rbui", github: "rbui-labs/rbui", branch: "main" -gem "phlex-rails", "~> 1.1" +gem "phlex-rails", "~> 1.2" gem "tailwind_merge", "~> 0.13.1" diff --git a/Gemfile.lock b/Gemfile.lock index bef4715..47adcd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,11 +223,10 @@ GEM parser (3.3.5.0) ast (~> 2.4.1) racc - phlex (1.11.0) - phlex-rails (1.1.1) - phlex (~> 1.9) + phlex (1.10.3) + phlex-rails (1.2.1) + phlex (~> 1.10.0) railties (>= 6.1, < 8) - zeitwerk (~> 2.6) propshaft (1.1.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -400,7 +399,7 @@ DEPENDENCIES jbuilder jsbundling-rails kamal - phlex-rails (~> 1.1) + phlex-rails (~> 1.2) propshaft puma (>= 5.0) rails!