From a4036120eebdd150b15c122ee0148aa8f61fd861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:00:33 +0000 Subject: [PATCH] Bump highline from 2.0.3 to 2.1.0 Bumps [highline](https://github.com/JEG2/highline) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/JEG2/highline/releases) - [Changelog](https://github.com/JEG2/highline/blob/master/Changelog.md) - [Commits](https://github.com/JEG2/highline/commits) --- updated-dependencies: - dependency-name: highline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 436f03362ad9..2b89b937a807 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ gem "google-cloud-storage", "~> 1.29" gem "colorize", "~> 0.8.1" gem "cocoapods", "~> 1.9" gem "xcodeproj", "~> 1.18" -gem "highline", "~> 2.0" +gem "highline", "~> 2.1" gem "rubyzip", "~> 2.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index fee934e98dc8..4622e038249d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (~> 0.14) - highline (2.0.3) + highline (2.1.0) httpclient (2.8.3) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -222,7 +222,7 @@ DEPENDENCIES cucumber (~> 5.1) encrypted-environment (~> 0.2.0) google-cloud-storage (~> 1.29) - highline (~> 2.0) + highline (~> 2.1) minitest (~> 5.14) rake (~> 13.0) rubocop (~> 0.92.0)