-
Notifications
You must be signed in to change notification settings - Fork 8
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
override_gem doesn't override a transient dependency #11
Comments
I think this intentionally blows up when it does not know the gem. The gem is not available (yet) so it complains. Do you want to be able to override gems that are not part of the gemfile at all and have them act like a |
Didn't we add |
No, this is a different issue from ensure_gem. |
Though that being said, maybe ensure_gem would work for this case? If so, we should document that. |
If the issue is that the gem you're trying to override isn't in the main Gemfile but rather brought in by another gem, then I use |
Maybe that's an "undocumented" use case of |
Ok, interesting - yeah then we should at least document it in the README, and then we can close this, or change it to a feature request. |
In ManageIQ, if I do
I get the following error
Even though it's a transient dependency, I'd expect it to work.
The text was updated successfully, but these errors were encountered: