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 -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -