Skip to content
Snippets Groups Projects
Unverified Commit 4c57b9d8 authored by Alexander Bayandin's avatar Alexander Bayandin
Browse files

Gemfile: add did_you_mean gem

parent d455ca93
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment