Skip to content
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

Work with minitest 5.19+ #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremyevans
Copy link

Minitest 5.19 broke backwards compatibility and removed the Minitest::Unit::VERSION constant. This uses the Minitest::VERSION constant if the Minitest::Unit::VERSION constant is not available.

Minitest 5.19 broke backwards compatibility and removed the
Minitest::Unit::VERSION constant.  This uses the Minitest::VERSION
constant if the Minitest::Unit::VERSION constant is not available.
dentarg added a commit to Starkast/wikimum that referenced this pull request Aug 17, 2023
Minitest was updated in b311f5e and
5.19 introduced the breaking change minitest/minitest@a2c6c18
explained in minitest/minitest@96a9972

There's qrush/m#108 that would make this change unnecessary
@MonsieurTa
Copy link

Work around is to set MT_COMPAT in environment variable while waiting this merge.

https://my.diffend.io/gems/minitest/5.18.1/5.19.0

@MonsieurTa
Copy link

MonsieurTa commented Oct 9, 2024

Ping

@camallen
Copy link

camallen commented Jan 8, 2025

Looks like this was fixed in fa26cd8.

Updating to the latest 1.6.2+ gem version fixes the issue, this PR can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants