From fd955aa6bd2f0b8f07f7159d0470c44d4bdfbec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:01:20 +0000 Subject: [PATCH] Bump rake-compiler from 1.3.0 to 1.3.1 Bumps [rake-compiler](https://github.com/rake-compiler/rake-compiler) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/rake-compiler/rake-compiler/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler/blob/master/History.md) - [Commits](https://github.com/rake-compiler/rake-compiler/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: rake-compiler dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1514ada..b126157 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.3' -gem 'rake-compiler', '~> 1.2' +gem 'rake-compiler', '~> 1.3' gem 'rubocop', '~> 1.81' gem 'rubocop-minitest', '~> 0.38' gem 'rubocop-packaging', '~> 0.5' diff --git a/Gemfile.lock b/Gemfile.lock index da95866..cb89ac9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.3.1) - rake-compiler (1.3.0) + rake-compiler (1.3.1) rake regexp_parser (2.11.3) rubocop (1.81.7) @@ -76,7 +76,7 @@ DEPENDENCIES minitest-ci (~> 3.4) minitest-reporters (~> 1.6) rake (~> 13.3) - rake-compiler (~> 1.2) + rake-compiler (~> 1.3) rubocop (~> 1.81) rubocop-minitest (~> 0.38) rubocop-packaging (~> 0.5)