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.
複数の開発/ランタイム依存関係を gemspec にどのように追加しますか?
これは私がそれを行う方法です:
spec.add_development_dependency 'example1', '~> 1.1', '>= 1.1.4' spec.add_development_dependency 'example2', '~> 1.1', '>= 1.1.4'
知りたいのですが、他に方法があれば教えてください。
前もって感謝します!