Make ruby accessible to all the users
Ruby was previously getting installed only for the root user and the pytest user (jenkins
) wasn't able to execute it.
This will install ruby at /usr/local/.rbenv/shims/ruby
which is accessible to all the users. The same goes for bibliothecary
(/usr/local/.rbenv/shims/bibliothecary
)