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 X に依存する gem を作成していますが、X には、私の gem の依存関係と競合する古い依存関係があります。(具体的には、multi_json-1.7.x は X の multi_json-1.1.x と競合します)
残念ながら、X の作者は MIA です。他の誰かが X のリポジトリをフォークし、修正を書きました。
この新しいフォークを my で指定する方法はあります.gemspecか? そうでない場合、この依存関係の競合を解決するためのオプションは何ですか?
.gemspec
はい。フォークには独自の Github アドレスがあり、指定するだけです:git => ...
:git => ...