Skip to content

Commit 8523560

Browse files
Update minitest requirement from = 5.22.2 to = 5.22.3 (#21)
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/commits) --- updated-dependencies: - dependency-name: minitest 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 2ecb43a commit 8523560

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
@@ -6,7 +6,7 @@
66
source 'https://rubygems.org'
77
ruby '>2.6'
88

9-
gem 'minitest', '5.22.2'
9+
gem 'minitest', '5.22.3'
1010
gem 'pidfile', '0.3.0'
1111
gem 'rake', '13.1.0'
1212
gem 'rubocop', '1.50.2'

transcode.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.add_runtime_dependency 'pidfile', '0.3.0'
2525
s.add_runtime_dependency 'terminal-table', '3.0.2'
2626
s.add_runtime_dependency 'video_transcoding', '0.25.3'
27-
s.add_development_dependency 'minitest', '5.22.2'
27+
s.add_development_dependency 'minitest', '5.22.3'
2828
s.add_development_dependency 'rake', '13.1.0'
2929
s.add_development_dependency 'rubocop', '1.50.2'
3030
end

0 commit comments

Comments
 (0)