Download all gems dependencies

前端 未结 3 1357
忘掉有多难
忘掉有多难 2021-01-30 07:31

I want to install compass by downloading any required file and taking them to another machine without internet connection. I have downloaded the source package

3条回答
  •  灰色年华
    2021-01-30 07:40

    I did

    export GEM_HOME=.
    export GEM_PATH=.
    gem install --no-ri --no-rdoc --install-dir . 
    

提交回复
热议问题