How to just download specification of a gem without caching or updating user directories #6612
Replies: 1 comment
-
Hi. You can set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear team,
I need help to find a mechanism to download a gem along with its specification.
Command used:
gem install prm --no-user-install
Current problem is that it is accessing the cache directory which is at the user's home dirrectory.
Another command is:
gem specification prm
But all of these are doing something in the cache directory which in some cases don't have permissions to access:
what I need is to simply download the gem with specification or just the specification of a gem to a given directory.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions