From e4d68d5dd0385b994ea91d92106acc9b1b753fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 05:28:31 +0000 Subject: [PATCH] Update minitest requirement from = 5.21.1 to = 5.21.2 Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.21.1...v5.21.2) --- updated-dependencies: - dependency-name: minitest 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 ed50385..518dcbb 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' ruby '>2.6' -gem 'minitest', '5.21.1' +gem 'minitest', '5.21.2' gem 'pidfile', '0.3.0' gem 'rake', '13.1.0' gem 'rubocop', '1.50.2' diff --git a/transcode.gemspec b/transcode.gemspec index e712d87..1def702 100644 --- a/transcode.gemspec +++ b/transcode.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'pidfile', '0.3.0' s.add_runtime_dependency 'terminal-table', '3.0.2' s.add_runtime_dependency 'video_transcoding', '0.25.3' - s.add_development_dependency 'minitest', '5.21.1' + s.add_development_dependency 'minitest', '5.21.2' s.add_development_dependency 'rake', '13.1.0' s.add_development_dependency 'rubocop', '1.50.2' end