From 9e82679a817042442dc4fd8ff6316e0acfcd1fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:20:15 +0100 Subject: [PATCH] Build(deps): Bump highline from 2.1.0 to 3.0.0 (#25150) * Build(deps): Bump highline from 2.1.0 to 3.0.0 Bumps [highline](https://github.com/JEG2/highline) from 2.1.0 to 3.0.0. - [Changelog](https://github.com/JEG2/highline/blob/master/Changelog.md) - [Commits](https://github.com/JEG2/highline/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: highline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * add abbrev to ignored/default gems list --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jarek Radosz --- .licensed.yml | 1 + Gemfile.lock | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.licensed.yml b/.licensed.yml index 6c960b600c7..cd9157732d2 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -13,6 +13,7 @@ allowed: ignored: bundler: + - abbrev # Ruby (default gem) - base64 # Ruby (default gem) - bigdecimal # Ruby (default gem) - cgi # Ruby (default gem) diff --git a/Gemfile.lock b/Gemfile.lock index a552a63bd40..05abce29e83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,6 +17,7 @@ GIT GEM remote: https://rubygems.org/ specs: + abbrev (0.1.2) actionmailer (7.0.8) actionpack (= 7.0.8) actionview (= 7.0.8) @@ -168,7 +169,8 @@ GEM hana (1.3.7) hashdiff (1.1.0) hashie (5.0.0) - highline (2.1.0) + highline (3.0.0) + abbrev htmlentities (4.3.4) http_accept_language (2.1.1) i18n (1.14.1)