From c0bd8da67da8177b986b4a7fe1aa2be1650844d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:16:40 +0000 Subject: [PATCH] chore(deps): update terminal-table requirement from ~> 3.0 to >= 3, < 5 Updates the requirements on [terminal-table](https://github.com/tj/terminal-table) to permit the latest version. - [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 | 10 ++++++---- code_review_leaderboard.gemspec | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8e069c4..5c793ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH faraday-retry (~> 2.2) octokit (>= 8.1, < 10.0) paint (~> 2.3) - terminal-table (~> 3.0) + terminal-table (>= 3, < 5) whirly (~> 0.3) GEM @@ -158,13 +158,15 @@ GEM lint_roller (~> 1.1) rubocop-performance (~> 1.23.0) stringio (3.1.2) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) + terminal-table (4.0.0) + unicode-display_width (>= 1.1.1, < 4) timecop (0.9.10) traces (0.15.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (0.13.1) webmock (3.24.0) addressable (>= 2.8.0) diff --git a/code_review_leaderboard.gemspec b/code_review_leaderboard.gemspec index a41b967..afcc3b4 100644 --- a/code_review_leaderboard.gemspec +++ b/code_review_leaderboard.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| spec.add_dependency "paint", "~> 2.3" # Output - spec.add_dependency "terminal-table", "~> 3.0" + spec.add_dependency "terminal-table", ">= 3", "< 5" # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html