-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
bin/configure
fails
#1606
Comments
Even after I install Ruby 3.3.3, I get the following error:
I'm just following the instructions at https://github.com/bullet-train-co/bullet_train. 🤷♂️ |
I think the challenge to trying to install ruby is: Which method would we use? There are several (many?) different runtime managers that various people like to use. As far as I can tell we've never tried to handle ruby installation for people. Not opposed to trying, but we need to identify how we'd do it. Personally I use @andrewculver what are your thoughts on that? The problem about |
We were missing a `source` line which meant that the inline `Gemfile` couldn't install anything. So if you didn't already have the required gems installed it would fail. Address the `colorizer` issue mentioned in #1606
* Add a source to the inline Gemfile for `bin/configure` We were missing a `source` line which meant that the inline `Gemfile` couldn't install anything. So if you didn't already have the required gems installed it would fail. Address the `colorizer` issue mentioned in #1606 * linter
The |
@andrewculver I'm still curious if you have any thoughts on how we should handle trying to install things for people. I think the only real way to do it would require standardizing on a runtime manager (like |
New user here checking out Bullet Train in Nov 2024 and having similar issues with latest Ruby version with Rails 8 latest installed. I'll figure it out, but found this issue and wanted to drop a note here. |
Trying to spin up a project on a random machine and encountering the following failure:
In my mind, this is exactly the type of thing
bin/configure
should take care of?The text was updated successfully, but these errors were encountered: