ruby-prof / ruby-prof

A ruby profiler. See https://ruby-prof.github.io for more information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubydoc minimum version conflicts with actual minimum version

l4cr0ss opened this issue · comments

Rubydoc states that the minimum required ruby version is 2.4.0, but attempting to install on v2.4.6 results in the following error:

$ gem install ruby-prof
Fetching: ruby-prof-1.4.3.gem (100%)
ERROR:  Error installing ruby-prof:
	ruby-prof requires Ruby version >= 2.5.0.
$ rbenv version
2.4.6

Thanks - fixed.