ruby/fileutils

I can't install fileutils

sasatefa2009 opened this issue · 3 comments

i get this error when attempting to install fileutils using "gem install fileutils"

root@kali:~# gem install fileutils
Fetching: fileutils-0.7.2.gem (100%)
ERROR:  Error installing fileutils:
	fileutils requires Ruby version >= 2.5.0dev.

hsbt commented

see #7 (comment)

You don't need to install fileutils on stable ruby versions.

@hsbt Do you mean it's preinstalled ?

hsbt commented

@sasatefa2009 Yes. It's standard library of the Ruby language.