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。当我同时使用它们时,我得到错误,它们是冲突的,因为它们都需要不同版本的 activesupport(3.2.8 与 3.1.1。
我有哪些选择?
谢谢
使用最新的 feedzirra,它不依赖于 3.1.1 afaik:
gem 'feedzirra', :git => 'https://github.com/pauldix/feedzirra.git'