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
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
I have just started using ruby-nessus and I am getting warnings from ruby:
/var/lib/gems/2.3.0/gems/ruby-nessus-1.2.0/lib/nessus/Version2/host.rb:362: warning: Enumerator.new without a block is deprecated; use Object#to_enum
so I went and fixed the source and then went looking for the 'original'. The code here has clearly been reworked substantially from what I got from the gem.
I assume the gem has not been updated so my question is -- what is the best way to use the
up to date version of this module? i.e clearly I uninstall the gem and then where should I clone the repository to (working on ubuntu).
The text was updated successfully, but these errors were encountered:
Two years on and working on another project and I stumbled over the same problem. Spent some time stuffing around and cursing then spotted this! I have been here before!
I have just started using ruby-nessus and I am getting warnings from ruby:
/var/lib/gems/2.3.0/gems/ruby-nessus-1.2.0/lib/nessus/Version2/host.rb:362: warning: Enumerator.new without a block is deprecated; use Object#to_enum
so I went and fixed the source and then went looking for the 'original'. The code here has clearly been reworked substantially from what I got from the gem.
I assume the gem has not been updated so my question is -- what is the best way to use the
up to date version of this module? i.e clearly I uninstall the gem and then where should I clone the repository to (working on ubuntu).
The text was updated successfully, but these errors were encountered: