From 7407681b55af40610cb6386797f65baab94f185f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:23:51 +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.0...v1.11.1) --- updated-dependencies: - dependency-name: rake-compiler-dock dependency-version: 1.11.1 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 033b6fa8..90acf5f7 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.0" + gem "rake-compiler-dock", "1.11.1" end group :development do