From 97cba1c4c732216233ea13f4c37890ecba9d7d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 13:28:45 +0000 Subject: [PATCH] Bump rake-compiler from 1.2.9 to 1.3.0 Bumps [rake-compiler](https://github.com/luislavena/rake-compiler) from 1.2.9 to 1.3.0. - [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.9...v1.3.0) --- updated-dependencies: - dependency-name: rake-compiler dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f49aa90..e302753 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'minitest', '~> 5.20' gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.2' -gem 'rake-compiler', '~> 1.2' +gem 'rake-compiler', '~> 1.3' gem 'rubocop', '~> 1.71' gem 'rubocop-minitest', '~> 0.36' gem 'rubocop-packaging', '~> 0.5' diff --git a/Gemfile.lock b/Gemfile.lock index e443f59..0004067 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - rake-compiler (1.2.9) + rake-compiler (1.3.0) rake regexp_parser (2.10.0) rubocop (1.75.1) @@ -76,7 +76,7 @@ DEPENDENCIES minitest-ci (~> 3.4) minitest-reporters (~> 1.6) rake (~> 13.2) - rake-compiler (~> 1.2) + rake-compiler (~> 1.3) rubocop (~> 1.71) rubocop-minitest (~> 0.36) rubocop-packaging (~> 0.5)