shortcode
shortcode copied to clipboard
Why do you include rspec bin in gem output
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.
Nothing yet?
Same issue with rubocop