From 6dcd42641be4a3650c57f507d4c65ea60714e312 Mon Sep 17 00:00:00 2001 From: send Date: Thu, 2 May 2024 16:46:29 +0200 Subject: [PATCH] update to phlex 1.10.2 security update --- Gemfile.lock | 4 ++-- phlex_ui.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4a16725..bf84580 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex_ui (0.1.8) + phlex_ui (0.1.9) phlex (~> 1.10) rouge (~> 4.2.0) ruby-next (~> 1.0) @@ -21,7 +21,7 @@ GEM parser (3.3.0.5) ast (~> 2.4.1) racc - phlex (1.10.0) + phlex (1.10.2) racc (1.7.3) rainbow (3.1.1) rake (13.2.1) diff --git a/phlex_ui.gemspec b/phlex_ui.gemspec index 98db039..613b4e2 100644 --- a/phlex_ui.gemspec +++ b/phlex_ui.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "phlex_ui" - s.version = "0.1.8" + s.version = "0.1.9" s.summary = "PhlexUI is a UI Component Library for Ruby developers." s.description = "PhlexUI is a UI Component Library for Ruby developers. Built on top of the Phlex Framework." s.authors = ["George Kettle"]