Where does the information rendered by bundle info
come from?
#4949
-
Beta Was this translation helpful? Give feedback.
Answered by
deivid-rodriguez
Oct 1, 2021
Replies: 1 comment 1 reply
-
mmmm this seems mostly unexpected to me.
Can you open a ticket with steps to repro? I'd like to know what we are missing. Also, a workaround should be to pass |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
deivid-rodriguez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mmmm this seems mostly unexpected to me.
bundle info
should be able to detect this a give a better message:rubygems/bundler/lib/bundler/cli/info.rb
Lines 46 to 49 in d01d6ca
bundle install
should verify whether (even if the lockfile is up to date and includes a correct resolution), you're missing any gems locally and trigger a reinstall in that case:rubygems/bundler/lib/bundler/installer.rb
Lines 275 to 282 in d01d6ca