Hi,
I’ve seen here that there are some issues using gems with the SU API:-
Does the above apply to default gems like SecureRandom and CSV (which I think are already and always installed)? Is it necessary to “mak[e] a copy of the gem you want to use and wrap it in your own namespace” as the above link says, Or is it OK to just go ahead and use: require ‘securerandom’ and require ‘csv’? Perhaps, for compatibility with various versions of SU (and the Ruby API therein), it is necessary.
Thanks,