ruby - How to install code of gem and all its dependencies into one folder -


is there way place code specific gem , dependencies 1 folder?

to install gem , dependencies specific folder one-off operation, can use --install-dir option gem install:

gem install unicorn --install-dir my_folder 

that install unicorn, along dependencies kgio, rack, , raindrops, under my_folder.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -