使用Bundle Update运行此问题。不应该将波浪号大于或者旋转wakka和等于 - 两者都解析为5.1.0?
Bundler could not find compatible versions for gem "actionmailer":
In Gemfile:
rails (= 5.1) was resolved to 5.1.0, which depends on
actionmailer (= 5.1.0)
solidus_core (~> 2.5.0) was resolved to 2.5.0, which depends on
actionmailer (~> 5.1.0)
任何指针都表示赞赏。感谢。
答案 0 :(得分:0)
我建议将rails
版本规范更改为“twiddle-wakka”。它将允许您在不更改Gemfile
的情况下应用错误修正更新(5.1.0 - > 5.1.1等):
gem 'rails', '~> 5.1.0'