From b691d77c6b45bce16d3aab475086648ff99935ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 02:11:45 +0000 Subject: [PATCH] Bump highline from 2.0.3 to 3.0.0 Bumps [highline](https://github.com/JEG2/highline) from 2.0.3 to 3.0.0. - [Changelog](https://github.com/JEG2/highline/blob/master/Changelog.md) - [Commits](https://github.com/JEG2/highline/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: highline dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1948c34..7764045 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,6 +17,7 @@ GIT GEM remote: https://rubygems.org/ specs: + abbrev (0.1.2) actioncable (7.1.2) actionpack (= 7.1.2) activesupport (= 7.1.2) @@ -111,8 +112,8 @@ GEM builder (3.2.4) chronic_duration (0.10.6) numerizer (~> 0.1.1) - commander (4.6.0) - highline (~> 2.0.0) + commander (5.0.0) + highline (~> 3.0.0) concurrent-ruby (1.2.2) connection_pool (2.4.1) crack (0.4.5) @@ -145,7 +146,8 @@ GEM activesupport (>= 6.1) google-protobuf (3.25.2) hashdiff (1.1.0) - highline (2.0.3) + highline (3.0.0) + abbrev i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.7.1)