From 3a6fe7936cb2c0147307a55756df13d91836385b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:21:00 +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.9.1...v1.10.0) --- updated-dependencies: - dependency-name: rake-compiler-dock dependency-version: 1.10.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 a24431d5..523a778a 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.0" - gem "rake-compiler-dock", "1.9.1" + gem "rake-compiler-dock", "1.10.0" end group :development do