Open ecssiah opened 6 years ago
bundle install --system
seems to have cleared up this issue.
There might be a update for this solution. When I tried bundle install --system
, it says:
╰─ bundle install --system
[DEPRECATED] The --system
flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set system 'true'
, and stop using this flag.
Is this still valid or we can close it?
bundle install --system
seems to have cleared up this issue.
gem update --system
solved it on my end
I'm getting some failures in a gem that depends on executable-hooks and gem-wrappers.
bundle install
produces the following error messages:Both gems are ignored by bundler. It says their extensions are not built. I have run
gem pristine --all
and it says that the relevant versions have had their extensions built and are restored, but it doesn't seem to help.When I run the gem that relies on these two, I get some failures with rspec that seem to originate with executable-hooks...