Skip to content

Conversation

kaspth
Copy link
Contributor

@kaspth kaspth commented Dec 22, 2024

When I bundle installed in Quickdraw I got this warning from Bundler:

Your Gemfile lists the gem minitest (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.

So I'm guessing we only want the newest minitest declaration for the new RSpec/minitest adapters.

When I bundle installed in Quickdraw I got this warning from Bundler:

```
Your Gemfile lists the gem minitest (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
```

So I'm guessing we only want the newest minitest declaration for the new RSpec/minitest adapters.
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.

1 participant