From 4a89597d3d8681e4cf13689044dc0e4f0ff2f139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:41:37 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler requirement from 1.2.8 to 1.2.9 Updates the requirements on [rake-compiler](https://github.com/luislavena/rake-compiler) to permit the latest version. - [Release notes](https://github.com/luislavena/rake-compiler/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler/blob/master/History.md) - [Commits](https://github.com/luislavena/rake-compiler/compare/v1.2.8...v1.2.9) --- updated-dependencies: - dependency-name: rake-compiler dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b4643a9a..b98bdcc4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec group :development do gem "minitest", "5.25.4" - gem "rake-compiler", "1.2.8" + gem "rake-compiler", "1.2.9" gem "rake-compiler-dock", "1.7.0" gem "ruby_memcheck", "3.0.0" if Gem::Platform.local.os == "linux"