From 171803d5d34feb1b4244ca81b9db0a7bc2171c85 Mon Sep 17 00:00:00 2001 From: Kevin Deisz Date: Tue, 29 Oct 2019 10:08:37 -0400 Subject: Promote did_you_mean to default gem At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details. --- gems/bundled_gems | 1 - 1 file changed, 1 deletion(-) (limited to 'gems') diff --git a/gems/bundled_gems b/gems/bundled_gems index f6c6815e9b..b2c6e2d5cb 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -1,4 +1,3 @@ -did_you_mean 1.3.1 https://github.com/yuki24/did_you_mean minitest 5.13.0 https://github.com/seattlerb/minitest net-telnet 0.2.0 https://github.com/ruby/net-telnet power_assert 1.1.5 https://github.com/k-tsj/power_assert -- cgit v1.2.3