Skip to content

Commit

Permalink
Update minitest requirement from = 5.22.0 to = 5.22.1 (#19)
Browse files Browse the repository at this point in the history
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](minitest/minitest@v5.22.0...v5.22.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2024
1 parent e7d835b commit d764fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
source 'https://rubygems.org'
ruby '>2.6'

gem 'minitest', '5.22.0'
gem 'minitest', '5.22.1'
gem 'pidfile', '0.3.0'
gem 'rake', '13.1.0'
gem 'rubocop', '1.50.2'
Expand Down
2 changes: 1 addition & 1 deletion transcode.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0'
s.add_development_dependency 'minitest', '5.22.1'
s.add_development_dependency 'rake', '13.1.0'
s.add_development_dependency 'rubocop', '1.50.2'
end

0 comments on commit d764fe5

Please sign in to comment.