-
Notifications
You must be signed in to change notification settings - Fork 28
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
bundle install fails since worf repository's default branch is main #25
Comments
Interesting. I don't experience this problem:
|
Because you have the lockfile |
I've tried removing it, and Bundler still installs successfully:
I've made sure to delete worf locally, before running the above. I wonder what causes the problem 🤔. |
Shot in the dark: what's your Rubygems version? This Rubygems PR fixes this problem. |
Great, checked with rubygems |
need to specify the main branch in gemfile
The text was updated successfully, but these errors were encountered: