Conversation
vinistock
approved these changes
Jan 13, 2026
Morriar
reviewed
Jan 13, 2026
Contributor
There was a problem hiding this comment.
Looks like a bundler test is failing:
Spoom::Context::BundleTest#test_context_bundle_install!
Expected "Bundler version 4.0.3 (2025-12-23 commit 28c66ecc1e)\n\nBundler commands:\n\n Primary commands:\n bundle install [OPTIONS] # Install the current environment to the system\n bundle update [OPTIONS] # Update the current environment\n bundle cache [OPTIONS] # Locks and then caches all of the gems into ...\n bundle exec [OPTIONS] # Run the command in context of the bundle\n bundle config NAME [VALUE] # Retrieve or set a configuration value\n bundle help [COMMAND] # Describe available commands or one specific...\n\n Utilities:\n bundle add GEM VERSION # Add gem to Gemfile and run bundle install\n bundle binstubs GEM [OPTIONS] # Install the binstubs of the listed gem\n bundle check [OPTIONS] # Checks if the dependencies listed in Gem...\n bundle clean [OPTIONS] # Cleans up unused gems in your bundler directory\n bundle console [GROUP] # Opens an IRB session with the bundle pre-loaded\n bundle doctor [OPTIONS] # Checks the bundle for common problems\n bundle env # Print information about the environment ...\n bundle fund [OPTIONS] # Lists information about gems seeking fun...\n bundle gem NAME [OPTIONS] # Creates a skeleton for creating a rubygem\n bundle info GEM [OPTIONS] # Show information for the given gem\n bundle init [OPTIONS] # Generates a Gemfile into the current wor...\n bundle issue # Learn how to report an issue in Bundler\n bundle licenses # Prints the license of all gems in the bundle\n bundle list # List all gems in the bundle\n bundle lock # Creates a lockfile without installing\n bundle open GEM # Opens the source directory of the given ...\n bundle outdated GEM [OPTIONS] # List installed gems with newer versions ...\n bundle platform [OPTIONS] # Displays platform compatibility information\n bundle plugin # Manage the bundler plugins\n bundle pristine [GEMS...] # Restores installed gems to pristine condition\n bundle remove [GEM [GEM ...]] # Removes gems from the Gemfile\n bundle show GEM [OPTIONS] # Shows all gems that are part of the bund...\n bundle version # Prints Bundler version information\n\nOptions:\n [--no-color] # Disable colorization in output\n -r, [--retry=NUM] # Specify the number of times you wish to attempt network commands\n -V, [--verbose], [--no-verbose], [--skip-verbose] # Enable verbose output mode\n\n" to be empty.
Also the output of the minitest reporter looks different, is it related to the bump?
Member
Author
Yeah, that's because Bundler's behaviour has changed slightly for when it can't find a |
Member
Author
|
Ugh, it prints the usage to the STDOUT 😞 |
Since Bundler 4, when no Gemfile is found in the currect directory, Bundler prints the usage to STDOUT, followed by the `Could not locate Gemfile` message to STDERR. Previously our test was expecting an empty STDOUT for this case, which is no longer true.
Member
Author
|
@Morriar the test output is probably related to |
Member
Author
Morriar
approved these changes
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.