From 9dae4d3f81b84c46b17d9425f927f5e580b1e3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:04:53 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler requirement from 1.3.0 to 1.3.1 Updates the requirements on [rake-compiler](https://github.com/rake-compiler/rake-compiler) to permit the latest version. - [Release notes](https://github.com/rake-compiler/rake-compiler/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler/blob/master/History.md) - [Commits](https://github.com/rake-compiler/rake-compiler/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: rake-compiler dependency-version: 1.3.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 1c4bb9a1..69031764 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,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", "1.3.1" gem "rake-compiler-dock", "1.10.0" end