diff --git a/Library/Homebrew/Gemfile b/Library/Homebrew/Gemfile index 70c9b44ba2..8f931184bd 100644 --- a/Library/Homebrew/Gemfile +++ b/Library/Homebrew/Gemfile @@ -30,6 +30,7 @@ end # vendored gems gem "activesupport" gem "concurrent-ruby" +gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7 gem "mechanize" gem "patchelf" gem "plist" diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 6bfd4b1237..3960af521f 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -20,6 +20,7 @@ GEM highline (~> 2.0.0) concurrent-ruby (1.1.9) connection_pool (2.2.5) + did_you_mean (1.5.0) diff-lcs (1.4.4) docile (1.4.0) domain_name (0.5.20190701) @@ -181,6 +182,7 @@ DEPENDENCIES bootsnap byebug concurrent-ruby + did_you_mean mechanize minitest nokogiri