From 89cb4ada6132d3674345b7827ed21a6daccd1043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:46:31 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler requirement from 1.2.7 to 1.2.8 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.7...v1.2.8) --- updated-dependencies: - dependency-name: rake-compiler 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 a56fee0b..624a3b3e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec group :development do gem "minitest", "5.25.1" - gem "rake-compiler", "1.2.7" + gem "rake-compiler", "1.2.8" gem "rake-compiler-dock", "1.5.2" gem "ruby_memcheck", "3.0.0" if Gem::Platform.local.os == "linux"