Skip to content

Commit

Permalink
chore(deps): update terminal-table requirement from ~> 3.0 to >= 3, < 5
Browse files Browse the repository at this point in the history
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](tj/terminal-table@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 76e08e0 commit c0bd8da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion code_review_leaderboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0bd8da

Please sign in to comment.