Skip to content

Commit

Permalink
Update test-unit requirement from ~> 3.6.5 to ~> 3.6.7
Browse files Browse the repository at this point in the history
Updates the requirements on [test-unit](https://github.com/test-unit/test-unit) to permit the latest version.
- [Release notes](https://github.com/test-unit/test-unit/releases)
- [Commits](test-unit/test-unit@3.6.5...3.6.7)

---
updated-dependencies:
- dependency-name: test-unit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 34fec56 commit 57ddb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ group(:development) do
end

group(:test) do
gem('test-unit', '~> 3.6.5')
gem('test-unit', '~> 3.6.7')
gem('warning', '~> 1.4.0')
end

0 comments on commit 57ddb17

Please sign in to comment.