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.
私はactiverecordとfeedzirra(RSS解析ライブラリ)を使用しています。activerecord には activesupport v3.2.8 が必要で、feedzirra には v3.1.1 が必要です。両方を同時に使用すると、競合しているというエラーが表示されます。これは、両方が異なるバージョンのアクティブ サポートを必要とするためです (3.2.8 と 3.1.1.
私のオプションは何ですか?
ありがとう
最新の feedzirra を使用してください。3.1.1 には依存していません。
gem 'feedzirra', :git => 'https://github.com/pauldix/feedzirra.git'