From 067201e898ae244dc3d744ea7cfdaa944e8f14b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 04:57:41 +0000 Subject: [PATCH 1/3] Bump bigdecimal from 3.1.9 to 3.2.2 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.1.9 to 3.2.2. - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/bigdecimal/compare/v3.1.9...v3.2.2) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 3.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10e19c7922..1c82bde3c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GEM base64 (0.3.0) benchmark (0.4.0) benchmark-ips (2.14.0) - bigdecimal (3.1.9) + bigdecimal (3.2.2) concurrent-ruby (1.3.5) connection_pool (2.5.3) csv (3.3.4) @@ -43,7 +43,7 @@ GEM erb (5.0.1) extconf_compile_commands_json (0.0.7) ffi (1.17.2) - ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) fileutils (1.7.3) goodcheck (3.1.0) marcel (>= 1.0, < 2.0) @@ -71,7 +71,7 @@ GEM net-smtp (0.5.1) net-protocol nkf (0.2.0) - nokogiri (1.18.8-arm64-darwin) + nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) ostruct (0.6.1) parallel (1.27.0) @@ -127,7 +127,7 @@ GEM rubocop-ast (1.44.1) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-on-rbs (1.7.0) + rubocop-on-rbs (1.8.0) lint_roller (~> 1.1) rbs (~> 3.5) rubocop (>= 1.72.1, < 2.0) @@ -175,7 +175,7 @@ GEM zlib (3.2.1) PLATFORMS - arm64-darwin-24 + x86_64-linux DEPENDENCIES abbrev From 27eda260aca6c7da63c92535af5feeb21fef0904 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 16 Jul 2025 16:30:50 +0900 Subject: [PATCH 2/3] Add platforms --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 1c82bde3c2..dd6a98e7b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,6 +175,8 @@ GEM zlib (3.2.1) PLATFORMS + arm64-darwin + arm64-darwin-24 x86_64-linux DEPENDENCIES From c9389681acf10c9fdd34601e74153011919b8544 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 16 Jul 2025 16:35:25 +0900 Subject: [PATCH 3/3] Require `fileutils` --- lib/rbs/collection/sources/git.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rbs/collection/sources/git.rb b/lib/rbs/collection/sources/git.rb index f9d53cb037..e4277dea3d 100644 --- a/lib/rbs/collection/sources/git.rb +++ b/lib/rbs/collection/sources/git.rb @@ -3,6 +3,7 @@ require 'digest/sha2' require 'open3' require 'find' +require 'fileutils' module RBS module Collection