From 123ad118f5dffa78a723296ad68d019014cdc0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:16:30 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f7d0180..b58567e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,12 +16,14 @@ GEM fastimage (2.3.1) ffi (1.17.1) formatador (1.1.0) - 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) @@ -36,12 +38,14 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.4) lumberjack (1.2.10) method_source (1.1.0) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) + ostruct (0.6.1) parallel (1.24.0) parser (3.3.6.0) ast (~> 2.4.1)