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, 2020. It is now read-only.
For RHEL5/6 the Ruby that's provided is 1.8.7 which does not auto include rubygems. To get tayu to work I had to explicitly include it in bin/tayu (or alternatively in lib/tayu.rb).
This may want to be added so tayu works out-of-the-box on RHEL platforms.
The text was updated successfully, but these errors were encountered:
I have been aware of this problem because i ran into the same thing while developing. The reason i did not do this is because of post by Ryan Tomayko about why including "require 'rubygems'" in your app is wrong.
But seeing that it might cause a problem for some people i think i will just put it back (my development branch has it included). I will have a look at it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For RHEL5/6 the Ruby that's provided is 1.8.7 which does not auto include rubygems. To get tayu to work I had to explicitly include it in bin/tayu (or alternatively in lib/tayu.rb).
This may want to be added so tayu works out-of-the-box on RHEL platforms.
The text was updated successfully, but these errors were encountered: