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