From aa159acab870faa8cb29cfc756808101313a74fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:57:47 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler-dock requirement Updates the requirements on [rake-compiler-dock](https://github.com/rake-compiler/rake-compiler-dock) to permit the latest version. - [Release notes](https://github.com/rake-compiler/rake-compiler-dock/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler-dock/blob/v1.5.2/History.md) - [Commits](https://github.com/rake-compiler/rake-compiler-dock/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: rake-compiler-dock dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b51b0f12..59ae440b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :development do gem "minitest", "5.24.1" gem "rake-compiler", "1.2.7" - gem "rake-compiler-dock", "1.5.1" + gem "rake-compiler-dock", "1.5.2" gem "ruby_memcheck", "3.0.0" if Gem::Platform.local.os == "linux"