From fb31e1af05e1337edc083e0472ac2f1e6b58303d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:40:34 +0000 Subject: [PATCH] Update terminal-table requirement from = 3.0.2 to = 4.0.0 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 ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- transcode.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 68fc3fe..bdd95cc 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,5 @@ gem 'minitest', '5.25.4' gem 'pidfile', '0.3.0' gem 'rake', '13.2.1' gem 'rubocop', '1.50.2' -gem 'terminal-table', '3.0.2' +gem 'terminal-table', '4.0.0' gem 'video_transcoding', '0.25.3' diff --git a/transcode.gemspec b/transcode.gemspec index bba888e..a8c9857 100644 --- a/transcode.gemspec +++ b/transcode.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.extra_rdoc_files = ['LICENSE', 'README.md'] s.require_paths = ['lib'] s.add_runtime_dependency 'pidfile', '0.3.0' - s.add_runtime_dependency 'terminal-table', '3.0.2' + s.add_runtime_dependency 'terminal-table', '4.0.0' s.add_runtime_dependency 'video_transcoding', '0.25.3' s.add_development_dependency 'minitest', '5.25.4' s.add_development_dependency 'rake', '13.2.1'