From a7fc72f9b69849e12dc7aa601351bcb094b73d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:44:07 +0000 Subject: [PATCH] Update minitest requirement from = 5.24.1 to = 5.25.0 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.24.1...v5.25.0) --- 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 f17423c..69c3b5d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' ruby '>2.6' -gem 'minitest', '5.24.1' +gem 'minitest', '5.25.0' gem 'pidfile', '0.3.0' gem 'rake', '13.2.1' gem 'rubocop', '1.50.2' diff --git a/transcode.gemspec b/transcode.gemspec index 45ff66c..535cd18 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.24.1' + s.add_development_dependency 'minitest', '5.25.0' s.add_development_dependency 'rake', '13.2.1' s.add_development_dependency 'rubocop', '1.50.2' end