Skip to content

Commit

Permalink
Update minitest requirement from = 5.21.2 to = 5.22.0
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.21.2...v5.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent e620fdf commit f2bfd75
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.21.2'
gem 'minitest', '5.22.0'
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.21.2'
s.add_development_dependency 'minitest', '5.22.0'
s.add_development_dependency 'rake', '13.1.0'
s.add_development_dependency 'rubocop', '1.50.2'
end

0 comments on commit f2bfd75

Please sign in to comment.