大家好,我正在开发一个演示应用程序,并注意到在将 gem google-drive gem 插入到我的 Gemfile 后出现此错误。
Resolving dependencies...
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
google-drive (>= 0) ruby depends on
middleman-core (>= 3.2.2) ruby depends on
activesupport (~> 3.2.6) ruby
rails (= 4.1.1) ruby depends on
activesupport (4.1.1)
在我看来,google-drive gem 需要的 activesupport 版本比 rails 4.1.1 需要的更早版本。欢迎任何建议。