From 586a055af7dc53da20c34fb29f436cf007320d35 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 25 Dec 2024 23:40:01 -0500 Subject: [PATCH] gel: deprecate Signed-off-by: Rui Chen --- Formula/g/gel.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/g/gel.rb b/Formula/g/gel.rb index 9b6afc793ed75..b2f4247931b12 100644 --- a/Formula/g/gel.rb +++ b/Formula/g/gel.rb @@ -17,6 +17,9 @@ class Gel < Formula sha256 cellar: :any_skip_relocation, all: "898572d813d48ead8bc112c19eab9964c5ba560062fe57e40f138840a35ee5da" end + # https://github.com/gel-rb/gel/issues/134 + deprecate! date: "2024-12-25", because: :unmaintained + depends_on "ronn" => :build uses_from_macos "ruby"