From c2f2b616e72c4716ae984be42069292fe6e930f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:23:11 +0000 Subject: [PATCH] chore(deps-dev): bump test-unit Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.6.3...3.6.4) --- updated-dependencies: - dependency-name: test-unit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock index 2dcece50e..aebfe475b 100644 --- a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock +++ b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock @@ -29,7 +29,7 @@ GEM rack-protection (= 4.1.1) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - test-unit (3.6.3) + test-unit (3.6.4) power_assert tilt (2.4.0)