Gemfile: add did_you_mean gem

This commit is contained in:
Alexander Bayandin 2021-06-22 12:30:20 +01:00
parent d455ca9377
commit 4c57b9d8f8
No known key found for this signature in database
GPG Key ID: 444BD9CA93262701
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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