From 50be7d5a355edee5837ae99b374f20a53bcdb841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:59:26 +0000 Subject: [PATCH] Bump phlex-rails from 1.1.1 to 1.2.1 Bumps [phlex-rails](https://github.com/phlex-ruby/phlex-rails) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/phlex-ruby/phlex-rails/releases) - [Changelog](https://github.com/phlex-ruby/phlex-rails/blob/main/CHANGELOG.md) - [Commits](https://github.com/phlex-ruby/phlex-rails/compare/1.1.1...1.2.1) --- updated-dependencies: - dependency-name: phlex-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7d426f0..30bda60 100644 --- a/Gemfile +++ b/Gemfile @@ -65,6 +65,6 @@ end 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 69ef702..c40f7d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,11 +225,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) @@ -402,7 +401,7 @@ DEPENDENCIES importmap-rails jbuilder kamal - phlex-rails (~> 1.1) + phlex-rails (~> 1.2) propshaft puma (>= 5.0) rails!