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.
インターネットで検索しましたが、rakefile に gem をインストールするための構文は何ですか? 私ができた唯一の方法は、問題を回避して exec() 関数を使用することです。
cmd = "gem install geoip" exec(cmd)
これにはもっと良い方法が必要です。gems:install がうまくいかないようです