-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
foreman not working with thor update #688
Comments
Just tried it out myself and all tests pass with the newest version of thor: |
thor 0.20.0 also has a bugfix that's been a long time coming (rails/thor#538 (comment)); currently foreman is preventing that upgrade. (So we're still stuck on a pre-bug version of thor.) |
If you take |
@ddollar the issue is that thor has a bug in version 0.19.4, which is fixed in thor 0.20.0. This is because the gem dependency on thor is So as the poster was saying, if you can't use thor v0.19.1 ( even as a dependency as foreman ), then you're out of luck. If thor v0.20 works with foreman, then it would be great to change the dependency to allow it. |
@eadz I was under the same belief as you, but after reading the feedback from @ddollar in #678 I am kind of understanding his position. That is: if you install foreman by doing |
Since foreman is set up to work with thor 0.19.x, it won't work by default on a new rails install until this is updated.
https://github.com/ddollar/foreman/blob/master/foreman.gemspec#L20
The text was updated successfully, but these errors were encountered: