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.
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.
The
rake
executable in therake
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 :