This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Simple Gemfile causes "bundle update" to never finish #3634
Comments
@donv what version of bundler is this with? |
Hm, the issue here seems to be with a combo of |
@Who828 what do you think of using |
@segiddins This is with bundler 1.9.6. |
I left it going for a while and with the simple Gemfile it actually finished in the end:
That is with all the gems already installed before running the command. |
Yup, I think I have an optimization in mind that may help this pathological case. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
bundle update
with the following Gemfile, the command never completes. It runs with "Resolving dependencies" forever. This happens on new installations using RVM for MRI and JRuby.The text was updated successfully, but these errors were encountered: