Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インターネットにアクセスできるオフライン PC (プライベート イントラネット内) があり、このボックスで buildr を設定する必要があります。
インターネットにアクセスせずにマシンに buildr をインストールすることは可能ですか?
もちろん。Buildr が依存する gem とそのすべての依存関係を収集し、rubygems.org からダウンロードする必要があります。次に、次のように入力して buildr をインストールできます。
gem install buildr-1.4.7.gem
これは、他のgemであるレールの完全な回答です。最後の回答はその場にあるようです:
オフラインの宝石の依存関係
gem fetch rails -y -t /path/to/flash_drive