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.
gem にプライベート gem が必要ですが、gemspec の依存関係に git リポジトリを含めることはできません。
そこで、プライベート サーバーを geminabox で見つめ、gemfile にソースを追加しました。
「core」と呼ばれるgemをバンドルまたはインストールすると、リポジトリからではなくrubygemsからgemがインストールされます。
gemspec で自分の gem を指定するにはどうすればよいですか?