R3dy/ciscobruter

which ruby version should i use?

Closed this issue · 3 comments

I've tried ruby 2.1.0 2.2.4 2.3.0 ,they all have mistakes below:

/usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in ’require': cannot load such file -- thread/pool (LoadError)
from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in ‘require'
from ciscobruter.rb:6:in '<main

How can i soloved?

HABUK commented

HI there Test4a, I had same error. Fix can be done by doing these commands

gem install thread
gem install pool

R3dy commented

Try

$ gem install thread
R3dy commented

Closing due to inactivity from original poster