Skip to content

Commit af437f6

Browse files
Update terminal-table requirement from ~> 3.0 to >= 3, < 5 (#85)
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.0...v4.0.0) --- updated-dependencies: - dependency-name: terminal-table dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 076464a commit af437f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ gem 'minitest', '~>5.8'
1111
gem 'pidfile', '~>0.3'
1212
gem 'rake', '~>13.0'
1313
gem 'rubocop', '~>1.50'
14-
gem 'terminal-table', '~>3.0'
14+
gem 'terminal-table', '~>4.0'
1515

1616
gem "code-scanning-rubocop", "= 0.6.1"

renamr.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
s.add_runtime_dependency 'fileutils', '~>1.7'
2626
s.add_runtime_dependency 'i18n', '~>1.12'
2727
s.add_runtime_dependency 'pidfile', '~>0.3'
28-
s.add_runtime_dependency 'terminal-table', '~>3.0'
28+
s.add_runtime_dependency 'terminal-table', '>=3', '<5'
2929
s.add_development_dependency 'minitest', '~>5.8'
3030
s.add_development_dependency 'rake', '~>13.0'
3131
s.add_development_dependency 'rubocop', '~>1.50'

0 commit comments

Comments
 (0)