From 1fd5498361dca227201f6e9f8c5f3e69b37937b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:29:06 +0000 Subject: [PATCH] Bump terminal-table from 3.0.2 to 4.0.0 Bumps [terminal-table](https://github.com/tj/terminal-table) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/tj/terminal-table/releases) - [Changelog](https://github.com/tj/terminal-table/blob/master/History.rdoc) - [Commits](https://github.com/tj/terminal-table/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: terminal-table dependency-type: direct:production 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 83001b8..5e28548 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,13 +109,15 @@ GEM faraday-multipart gli hashie - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) + terminal-table (4.0.0) + unicode-display_width (>= 1.1.1, < 4) tilt (2.4.0) timers (4.3.5) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7)