Recently, Ruby stopped shipping RDoc by default. For this reason, users
without an explicit RDoc installation would face building issues with
this PKGBUILD. To fix this, this commit adds the now missing ruby-rdoc
make dependency.
With “$(gem env gemdir)”, users reported that the gem was installed in
their home directory and not the default gem directory. This fixes that
by using the default gem installation directory instead.