From 2b68bcec2763bab0a69d2c26289f1fc1186cb16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:02:26 +0000 Subject: [PATCH] Bump cli-ui from 1.4.0 to 2.1.0 Bumps [cli-ui](https://github.com/shopify/cli-ui) from 1.4.0 to 2.1.0. - [Release notes](https://github.com/shopify/cli-ui/releases) - [Commits](https://github.com/shopify/cli-ui/compare/v1.4.0...v2.1.0) --- updated-dependencies: - dependency-name: cli-ui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 552c875a052..08d3d9151b7 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "xcodeproj", "~> 1.19" gem "highline", "~> 2.0" gem "rubyzip", "~> 2.3.0" gem "ruby-macho", "~> 1.4" -gem "cli-ui", "~> 1.4" +gem "cli-ui", "~> 2.1" gem "thor", "~> 1.1" gem "octokit", "~> 4.20" gem "zeitwerk", "~> 2.4" diff --git a/Gemfile.lock b/Gemfile.lock index e56aba41529..5701ed35a41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM claide (1.0.3) cli-kit (3.3.0) cli-ui (>= 1.1.4) - cli-ui (1.4.0) + cli-ui (2.1.0) cocoapods (1.10.1) addressable (~> 2.6) claide (>= 1.0.2, < 2.0) @@ -253,7 +253,7 @@ PLATFORMS DEPENDENCIES byebug (~> 11.1) cli-kit (~> 3.3) - cli-ui (~> 1.4) + cli-ui (~> 2.1) cocoapods (~> 1.10) colorize (~> 0.8.1) cucumber (~> 5.3)