Skip to content

Commit

Permalink
chore(deps-dev): update minitest requirement from = 5.15.0 to = 5.25.2
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.15.0...v5.25.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 1bc4c39 commit 46789de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'csv'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'minitest', '5.15.0'
spec.add_development_dependency 'minitest', '5.25.2'
spec.add_development_dependency 'minitest-reporters', '~> 1.4'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 0.66.0'
Expand Down

0 comments on commit 46789de

Please sign in to comment.