有人能帮我吗?我正在使用Rails7.0.2.3
Bundler could not find compatible versions for gem "rack":
In snapshot (Gemfile.lock):
rack (= 2.2.3)
In Gemfile:
rails (~> 7.0.2, >= 7.0.2.3) was resolved to 7.0.2.3, which depends on
actionpack (= 7.0.2.3) was resolved to 7.0.2.3, which depends on
rack (~> 2.0, >= 2.2.0)
mailcatcher (~> 0.8.2) was resolved to 0.8.2, which depends on
rack (~> 1.5)
1条答案
按热度按时间mwkjh3gx1#
Mailcatcher不应该在你的gem文件中,你也不能通过bundle exec运行它。我在一个rails5项目上运行v0.6.4,先安装gem,然后安装mailcatcher。你试过吗?