Doing bundle install
using rails 6.1.5.11
and ruby 2.7.6
, I keeping seeing a GemWrappers error after installing each gem e.g.
Fetching sprockets 4.0.3
Installing sprockets 4.0.3
GemWrappers: Can not wrap not executable file: rake
Fetching sprockets-rails 3.4.2
Installing sprockets-rails 3.4.2
GemWrappers: Can not wrap not executable file: rake
The bundle install works, but how do I eliminate this error/warning?
ruby-3.3.5
and i never installgem-wrappers
– Cestode