From 18df5842547423b6f91cc7b17508a210e5f483ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:44:31 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler requirement from 1.2.6 to 1.2.7 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.6...v1.2.7) --- 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 4468f192..7cd7aec4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec group :development do gem "minitest", "5.21.2" - gem "rake-compiler", "1.2.6" + gem "rake-compiler", "1.2.7" gem "rake-compiler-dock", "1.4.0" gem "ruby_memcheck", "2.3.0" if Gem::Platform.local.os == "linux"