Skip to content
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

The (defined?(@source) && @source) || Gem::Source::Installed.new does not go away investigate it #11

Open
ElvisDot opened this issue Nov 18, 2023 · 1 comment

Comments

@ElvisDot
Copy link
Owner

I thought that was a one time issue and new batches will not have it. But it keeps coming up. Investigate what the root cause is. And maybe let the doctor update the bundler at all times? Or just with the --fix flag.

gem update --system
bundle update --bundler

Should only be run if bundler --version is too old (matching a known good version by the doctor) otherwise it slows down the doctor on a healthy system.

@ElvisDot
Copy link
Owner Author

ElvisDot commented Sep 3, 2024

This is non trivial to solve. The rubygems version shipped by rbenv together with ruby 3.1.2 is old so it might throw this error. Updating to the latest version now causes a version difference between herokus rubygems versions and the local version which can cause Gemfile issues during deploy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant