-
Notifications
You must be signed in to change notification settings - Fork 32
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
Ruby version issues #50
Comments
Thank you for the issue. The problem is probably in this file and how we try to detect the ruby version. Do you want to take a look on how to fix it? |
* add test which reproduces #50 * fix issue during "bundle install" with non-exact Ruby versions * only override version when dual-booting Ruby if exact version specified * update CHANGELOG.md
@maths22 did #55 solve your issue? I ask because a couple folks on our team are still running into this error, even on v0.2.2.
|
I see it as well. Our Gemfile has the following:
When I run
On the second pass there's no error but Here's my bundler env:
I tried to clone bootboot and use the plugin locally so I could catch this and reproduce, but no luck there. Maybe something with bundler caching something? That's my best guess right now. Going to continue trying locally and see if I can isolate it when I get a chance. |
We have the following in our
Gemfile
:When running with bootboot on ruby 2.7.6, we get the following error:
The text was updated successfully, but these errors were encountered: