| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
could break 'bundle install'
https://github.com/ruby/did_you_mean/commit/0f4b0806b7
|
| |
|
|
|
|
|
|
| |
This reverts commit feaf4fbc3fa16382fbd07158c448c7b5bdae78b5.
This reverts commit 0d4bfbdbe1f880c712b3e60de5fce423e6096f8d.
This reverts commit ac4e0978ee4358430396403065eabe1aca05784f.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 4560091b1c99ab33db0d653b9dd2d977fe4676d5.
This reverts commit a6f76122a2395bd914daa0aa04fb5a6ce4e0c045.
This reverts commit e59b18a6379c55f15ccda85c27d6997d44ef5293.
This reverts commit 505dfae05d56d844ea150676edb87850a406d071.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit e22d293e06966733e71a7fd9725eee06c03d0177.
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit 946dadd3f479198e87873a863d15c7660a8e2b56,
which broke `TestGemRequire` and others.
|
| |
|
|
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.
|