forked from thoughtbot/paperclip
-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Problem with bundle install
never completing
#62
Comments
Here is output of
|
I was able to make a bit of progress; I got a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm unable to get a
bundle install
for this project to complete, either on macOS (Big Sur), or on Linux (Ubuntu 18.04.1)I've tried various versions of bundler, 2.1.x to a few different 2.2.x versions, on macOS, and under ruby 2.5.7 and 2.7.4.
On Linux, I've tried ruby 2.5.7 and bundler 2.2.25
On both platforms, the issue is that the "Resolving dependencies" process emits dots seemingly forever. I've allowed it to run for well over 24 hours, more than once, with no change.
For what it's worth, I see a similar behavior with thoughtbot's original
paperclip
repository.I am able to successfully bundle install other open source ruby projects, including
factory_bot
andshoulda-matchers
from thoughtbot, so my ruby installation may not be the issue.I tried clearing the rubygems cache from
~/.bundle/cache/compact_index
... no change.Are there any tips or tricks to bundling this project?
Thanks!
The text was updated successfully, but these errors were encountered: