From 2342dcd90c6329269baba21fe0b33e76415066c4 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Tue, 29 Jun 2021 21:00:16 -0400 Subject: [PATCH] Add comment to Gemfile about disallowed gems --- Library/Homebrew/Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/Gemfile b/Library/Homebrew/Gemfile index f7f910caa8..a434b3a5c9 100644 --- a/Library/Homebrew/Gemfile +++ b/Library/Homebrew/Gemfile @@ -2,6 +2,9 @@ source "https://rubygems.org" +# disallowed gems (should not be used) +# * nokogiri - use rexml instead for XML parsing + # installed gems (should all be require: false) gem "bootsnap", require: false gem "byebug", require: false