You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
/usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/ripper/lexer.rb:123:in `_push_token': undefined method `state' for #<Ripper::Lexer:0x007feb3927b330 @buf=[], @stack=[]> (NoMethodError)
...
from /Users/michaelchapman/.rvm/gems/ruby-2.3.4/bin/ruby_executable_hooks:15:in `eval'
from /Users/michaelchapman/.rvm/gems/ruby-2.3.4/bin/ruby_executable_hooks:15:in `<main>'
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: