Since updating to 5.4.0, we're now getting the following warning when running rspec in our project.
The `rspec` executable in the `rspec-core` gem is being loaded, but it's also present in other gems (knapsack_pro).
If you meant to run the executable for another gem, make sure you use a project specific binstub (`bundle binstub <gem_name>`).
If you plan to use multiple conflicting executables, generate binstubs for them and disambiguate their names.
I believe the issue is from this commit. Would it be possible to remove the binstub from this gem please?
Since updating to 5.4.0, we're now getting the following warning when running
rspecin our project.I believe the issue is from this commit. Would it be possible to remove the binstub from this gem please?