From 07d3c45f6762144f1719eea1b240e04f4f74f855 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 4 Jan 2025 10:03:30 +0800 Subject: [PATCH] chore: update ffi and guard gem versions - Upgrade ffi from 1.17.0 to 1.17.1 for improved compatibility - Update guard from 2.19.0 to 2.19.1 to address potential issues These updates ensure that the project uses the latest versions of these gems, which may include bug fixes and performance improvements. No breaking changes are expected from these updates. --- Gemfile.lock | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef0a911..5f8ef2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,26 +114,28 @@ GEM erubi (1.13.1) et-orbi (1.2.11) tzinfo - ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-aarch64-linux-musl) - ffi (1.17.0-arm-linux-gnu) - ffi (1.17.0-arm-linux-musl) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - ffi (1.17.0-x86_64-linux-musl) + ffi (1.17.1-aarch64-linux-gnu) + ffi (1.17.1-aarch64-linux-musl) + ffi (1.17.1-arm-linux-gnu) + ffi (1.17.1-arm-linux-musl) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) + ffi (1.17.1-x86_64-linux-musl) formatador (1.1.0) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - guard (2.19.0) + guard (2.19.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) + logger (~> 1.6) lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) + ostruct (~> 0.6) pry (>= 0.13.0) shellany (~> 0.0) thor (>= 0.18.1)