From 099f6916736aa7cac6156ed2fb764e9d4994ac32 Mon Sep 17 00:00:00 2001 From: Martin Tracey Date: Mon, 11 Mar 2024 14:39:34 -0700 Subject: [PATCH] gig: Add fzf dependency. (#5594) --- bucket/gig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/gig.json b/bucket/gig.json index e5eb91e092..07e8271350 100644 --- a/bucket/gig.json +++ b/bucket/gig.json @@ -3,6 +3,7 @@ "description": "Generate .gitignore files from your terminal (mostly) offline!", "homepage": "https://github.com/shihanng/gig", "license": "MIT", + "depends": ["fzf"], "architecture": { "64bit": { "url": "https://github.com/shihanng/gig/releases/download/v0.8.3/gig_0.8.3_Windows_x86_64.tar.gz",