From 1774608b21a4c57b1799d7cecbb6be659189ad0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:51:03 +0000 Subject: [PATCH] Bump guard from 2.19.0 to 2.19.1 Bumps [guard](https://github.com/guard/guard) from 2.19.0 to 2.19.1. - [Release notes](https://github.com/guard/guard/releases) - [Commits](https://github.com/guard/guard/compare/v2.19.0...v2.19.1) --- updated-dependencies: - dependency-name: guard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 01c9215b9..9a0970cba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,10 +235,10 @@ GEM federails (~> 0.4) public_suffix (~> 6.0) rails (>= 7.2.2) - ffi (1.17.0) - ffi (1.17.0-x64-mingw-ucrt) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.1) + ffi (1.17.1-x64-mingw-ucrt) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) ffi-libarchive (1.1.14) ffi (~> 1.0) formatador (1.1.0) @@ -273,12 +273,14 @@ GEM google-protobuf (4.29.0-x86_64-linux) bigdecimal rake (>= 13) - 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) @@ -457,6 +459,7 @@ GEM validate_url webfinger (~> 2.0) orm_adapter (0.5.0) + ostruct (0.6.1) parallel (1.26.3) parser (3.3.6.0) ast (~> 2.4.1) @@ -476,7 +479,7 @@ GEM activesupport (>= 7.0.0) rack railties (>= 7.0.0) - pry (0.14.2) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) psych (5.2.2)