Skip to content

Commit

Permalink
Update test-unit requirement from ~> 3.6.1 to ~> 3.6.2 (#494)
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.1...3.6.2)

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

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] authored Feb 19, 2024
1 parent d110db2 commit 4c3e915
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 @@ -24,6 +24,6 @@ group(:development) do
end

group(:test) do
gem('test-unit', '~> 3.6.1')
gem('test-unit', '~> 3.6.2')
gem('warning', '~> 1.3.0')
end

0 comments on commit 4c3e915

Please sign in to comment.