From 5610bdadf9ff08949acb90f5c05e52166a508025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 06:53:09 +0000 Subject: [PATCH] build(deps-dev): update rake-compiler requirement from 1.2.3 to 1.2.5 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.3...v1.2.5) --- 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 8259f80a5d3..bc69f5c37e1 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem "rake", "= 13.0.6" # building extensions - gem "rake-compiler", "1.2.3" + gem "rake-compiler", "1.2.5" gem "rake-compiler-dock", "= 1.3.0" # documentation