-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Error Updating to Newer Versions #762
Comments
Hey, I was running into the same issue, luckily bundler provided more information. In my case I had ruby 3 installed but the Gem expects version 2.x. Installing ruby 2.7.5 and rerunning the install procedure, fixed the issue for me. No concrete idea why version 0.0.11 is installed with ruby 3. Guess there is no ruby version limitation on that release.
|
@omares Thank you, that helps me a lot. I thought it is an issue with homebrew's version of ruby and created an issue over there: Homebrew/homebrew-core#74176. Looks like it is more a ruby 2 versus ruby 3 thing. |
fairly outdated version with 0.0.11 which does not play nice with the then used ruby. Closing this one since it is fairly unrelated for today |
@EugenMayer There is no problem with this specific version, the problem is that python-3-pip on macOS-Homebrew, Ubuntu and probably many other systems installs this old version by default. Getting this old version, not being able to update to a new one makes it unusable. Can you please reopen this issue and investigate? I'm happy to help as good as I can. |
we already have 2 very unrelated issues here with very different causes. Could you please open a new dedicated @pnbecker. Thanks |
@EugenMayer of course. Thank you for taking this serious. #766 |
Error
OS
Ubuntu 20.04
gem
installs 0.0.11 and any attempt to install a later version gives:After adding
require 'date'
tolib/config.rb
docker-sync start
will actually run but gives the above update error. Despite saying successfully updated, it hasn't updated.The text was updated successfully, but these errors were encountered: