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

Add support for Minitest v5.20 #60

Merged
merged 4 commits into from
Oct 27, 2023
Merged

Commits on Oct 27, 2023

  1. Remove old spec code

    Lowest supported minitest version is 5.14.0, so some specs can be
    cleaned up.
    bquorning committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    445934f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6733812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77a98d View commit details
    Browse the repository at this point in the history
  4. Update Bundler lockfiles

    - Use newest Bundler.
    - We use no platform specific gems, so let's only bundle for the `ruby`
      platform.
    - Update all bundled gems.
    bquorning committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a48c769 View commit details
    Browse the repository at this point in the history