drapergem / draper

Decorators/View-Models for Rails Applications
MIT License
5.23k stars 527 forks source link

Fix Rake warning in CI #897

Closed n-rodriguez closed 3 years ago

n-rodriguez commented 3 years ago

The rake executable in the rake gem is being loaded, but it's also present in other gems (draper). Draoer doesn't provide any executable, and if it did, it should go in 'exe' dir.

Fix this warning in CI :

The `rake` executable in the `rake` gem is being loaded, but it's also present in other gems (draper).
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.
n-rodriguez commented 3 years ago

ping @codebycliff

n-rodriguez commented 3 years ago

Ping @codebycliff

n-rodriguez commented 3 years ago

Hi there! Any news? @codebycliff

n-rodriguez commented 3 years ago

ping @codebycliff I'd like to see this merged before working on Ruby 3 compat.

n-rodriguez commented 3 years ago

@codebycliff thank you! 👍