From 78f285d4ad08979f9fcd4c5ad33eb7c1c461bfaf Mon Sep 17 00:00:00 2001 From: Don Kelly Date: Wed, 30 Jul 2025 11:45:15 -0400 Subject: [PATCH 1/2] Upgrades to latest minor version of cli-ui --- Gemfile.lock | 4 ++-- cli-kit.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9a4fcf7..a62ea98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: cli-kit (5.0.1) - cli-ui (~> 2.0) + cli-ui (~> 2.4) GEM remote: https://rubygems.org/ @@ -12,7 +12,7 @@ GEM benchmark (0.4.1) builder (3.3.0) byebug (12.0.0) - cli-ui (2.3.1) + cli-ui (2.4.0) docile (1.4.1) erubi (1.13.1) json (2.13.2) diff --git a/cli-kit.gemspec b/cli-kit.gemspec index a0c6bbd..e0b3cb5 100644 --- a/cli-kit.gemspec +++ b/cli-kit.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency('cli-ui', '~> 2.0') + spec.add_runtime_dependency('cli-ui', '~> 2.4') spec.required_ruby_version = '>= 3.0' From 94c442443224167f0ebffa17333f2a98f693eb60 Mon Sep 17 00:00:00 2001 From: Don Kelly Date: Wed, 30 Jul 2025 11:49:10 -0400 Subject: [PATCH 2/2] Updates to v5.1.0 --- Gemfile.lock | 2 +- lib/cli/kit/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a62ea98..8e0b247 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cli-kit (5.0.1) + cli-kit (5.1.0) cli-ui (~> 2.4) GEM diff --git a/lib/cli/kit/version.rb b/lib/cli/kit/version.rb index 4c15823..19e0238 100644 --- a/lib/cli/kit/version.rb +++ b/lib/cli/kit/version.rb @@ -2,6 +2,6 @@ module CLI module Kit - VERSION = '5.0.1' + VERSION = '5.1.0' end end