-
-
Notifications
You must be signed in to change notification settings - Fork 2k
bundler install bundler on linux: uninitialized constant Gem::Platform::MINGW #831
Comments
Bundler doesn't (and can't) bundle itself. Sorry. |
OK, the report was lodged because I was just following your (Indirect's) advice that this did in fact work: |
If you read the thread you linked to, you will notice that the original poster wanted to require a specific version of Bundler for his Gemfile. He did not want to (and never tried) to bundle Bundler itself. That isn't possible, as I already said. |
Which is exactly what I wanted to do, and then I got this error. Above is the minimal reproducible case (I cut out all my app's other gems leaving just the bundler requirement of this app). It seems the error is raised when the version of bundler cited in the Gemfile is not the version currently installed. I've never tried to bundle bundler with bundler - I have tried to bundle my app with bundler and got this error. |
Then I misunderstood what your intent was originally -- sorry about that. I've refiled this bug so it will get fixed. Thanks. |
Just to be very clear, the original poster asked (their emphasis):
|
This appears to be fixed in 1-0-stable, as in this example: https://gist.github.com/5eb1ecddc3ec554fd8ea The 1.0.8 release is due in the next few minutes, is it still broken there? Thanks. |
The text was updated successfully, but these errors were encountered: