From 7e6bea4970171b81c1c28a313cf2c431c662ad27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:13:32 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler requirement from 1.2.5 to 1.2.6 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.5...v1.2.6) --- 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 8ad5e2cd97..83009c4cc3 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ group :development do gem "rake", "13.1.0" # building extensions - gem "rake-compiler", "1.2.5" + gem "rake-compiler", "1.2.6" gem "rake-compiler-dock", "1.4.0" # parser generator