From 2b5840e50e0b9363859760213123416d7f8f5ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 05:22:21 +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/main/CHANGELOG.md) - [Commits](https://github.com/rake-compiler/rake-compiler-dock/compare/v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: rake-compiler-dock dependency-version: 1.12.0 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 2a7b5b64..d641a0c4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :test do gem "ruby_memcheck", "3.0.1" if Gem::Platform.local.os == "linux" gem "rake-compiler", "1.3.1" - gem "rake-compiler-dock", "1.11.1" + gem "rake-compiler-dock", "1.12.0" end group :development do