Bump minitest from 5.27.0 to 6.0.2 in the bundler group#84
Merged
javierjulio merged 5 commits intomasterfrom Feb 24, 2026
Merged
Bump minitest from 5.27.0 to 6.0.2 in the bundler group#84javierjulio merged 5 commits intomasterfrom
javierjulio merged 5 commits intomasterfrom
Conversation
155f641 to
e284c50
Compare
Bumps the bundler group with 1 update: [minitest](https://github.com/minitest/minitest). Updates `minitest` from 5.27.0 to 6.0.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.27.0...v6.0.2) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
This helps avoid an error when running the test suite with minitest 6 so we can upgrade. Since we aren't using the gem currently I'd rather that it be removed for now. ``` /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require': cannot load such file -- minitest/mock (LoadError) from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-mock_expectations-1.2.0/lib/minitest/mock_expectations/assertions.rb:3:in '<top (required)>' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/gems/3.4.0/gems/minitest-mock_expectations-1.2.0/lib/minitest/mock_expectations.rb:2:in '<top (required)>' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require' from /Users/j.julio/Projects/paysafe/test/test_helper.rb:16:in '<top (required)>' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require' from /Users/j.julio/Projects/paysafe/test/birth_date_test.rb:1:in '<top (required)>' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/gems/3.4.0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb:21:in 'block in <main>' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/gems/3.4.0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb:6:in 'Array#select' from /Users/j.julio/.rbenv/versions/3.4.8/lib/ruby/gems/3.4.0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb:6:in '<main>' rake aborted! Command failed with status (1) /Users/j.julio/.rbenv/versions/3.4.8/bin/bundle:25:in '<main>' Tasks: TOP => test (See full trace by running task with --trace) ```
When running the test suite on Ruby 4.0 it fails because http-cookie depends on cgi but doesn't declare it as a dependency. ``` /home/runner/work/paysafe/paysafe/vendor/bundle/ruby/4.0.0/gems/http-cookie-1.1.0/lib/http/cookie.rb:9: warning: CGI library is removed from Ruby 4.0. Please use cgi/escape instead for CGI.escape and CGI.unescape features. If you need to use the full features of CGI library, Please install cgi gem. ``` Until then, we'll install it for dev/test so our test suite will run on Ruby 4.0.
We can remove this block when there is a new release of minitest-reporters gem that has support for minitest v6. In the meantime, we'll include this fix so we have the expected reporter output. The test suite still runs fine without this but the reporter output is not the same.
I don't understand how this gets set or if its updated ever. On jackpocket this is set to ruby so we'll do the same here. This will avoid an error when running tests on CI when it works locally.
e284c50 to
51a44db
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #84 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 28 28
Lines 378 378
=========================================
Hits 378 378 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
javierjulio
approved these changes
Feb 24, 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.
Bumps the bundler group with 1 update: minitest.
Updates
minitestfrom 5.27.0 to 6.0.2Changelog
Sourced from minitest's changelog.
... (truncated)
Commits
339492cprepped for release73eb48eFixed some doco coverage... still running into tons of pain with rdoc.58387c7- Fixed bisect to use same cmd ($0) to run tests as original invocation.2a529a0y-yagi is smart and I am dumcf465a6- Only show --bisect in usage if using minitest.e5ad492Push up server_plugin fix to minitest.rb guarded by env.a7aeb10Fixed up tests to be line independent.59ac1fa- MT6: load server_plugin if server is loaded. (y-yagi)dba350e- Manipulate local args instead of ARGV in Sprint.run.8e008edAdded new rdoc rsync location.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions