From daed5c16955d21d619faa20db0bf00b57285c361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:17:15 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler-dock requirement Updates the requirements on [rake-compiler-dock](https://github.com/rake-compiler/rake-compiler-dock) to permit the latest version. - [Release notes](https://github.com/rake-compiler/rake-compiler-dock/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler-dock/blob/main/History.md) - [Commits](https://github.com/rake-compiler/rake-compiler-dock/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: rake-compiler-dock 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 5b45b416a2..381180ee41 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do # building extensions gem "rake-compiler", "1.2.9" - gem "rake-compiler-dock", "1.8.0" + gem "rake-compiler-dock", "1.9.0" # parser generator gem "rexical", "1.0.8"