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 # vendored gems
gem "activesupport" gem "activesupport"
gem "concurrent-ruby" gem "concurrent-ruby"
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
gem "mechanize" gem "mechanize"
gem "patchelf" gem "patchelf"
gem "plist" gem "plist"

View File

@ -20,6 +20,7 @@ GEM
highline (~> 2.0.0) highline (~> 2.0.0)
concurrent-ruby (1.1.9) concurrent-ruby (1.1.9)
connection_pool (2.2.5) connection_pool (2.2.5)
did_you_mean (1.5.0)
diff-lcs (1.4.4) diff-lcs (1.4.4)
docile (1.4.0) docile (1.4.0)
domain_name (0.5.20190701) domain_name (0.5.20190701)
@ -181,6 +182,7 @@ DEPENDENCIES
bootsnap bootsnap
byebug byebug
concurrent-ruby concurrent-ruby
did_you_mean
mechanize mechanize
minitest minitest
nokogiri nokogiri