You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this warning because you have rspec executable in /bin folder:
The `rspec` executable in the `shortcode` gem is being loaded, but it's also present in other gems (rspec-core).
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 think you should remove it.
The text was updated successfully, but these errors were encountered:
I'm getting this warning because you have rspec executable in
/bin
folder:I think you should remove it.
The text was updated successfully, but these errors were encountered: