0

看了Eileen 的演讲后,我对为 Rails 做贡献产生了兴趣。为了让事情变得更容易,我分叉了这个 repo,并在 Github Codespaces 中打开了它。运行后bundle install,我想运行一些测试,但我一直收到此错误:

Your lockfile doesn't include a valid resolution.
You can fix this by regenerating your lockfile or trying to manually editing the bad locked gems to a version that satisfies all dependencies.
The unmet dependencies are:
* activesupport (>= 3.0, < 6.2), depended upon delayed_job-4.1.9, unsatisfied by activesupport-7.1.0.alpha
* activerecord (>= 3.0, < 6.2), depended upon delayed_job_active_record-4.1.6, unsatisfied by activerecord-7.1.0.alpha

我尝试更新捆绑器并降级问题中的 gem 以解决依赖问题。都没有奏效。有任何想法吗?

4

1 回答 1

0

根据 Rails 核心团队成员 Rafael França 的说法

这个“错误”只是一个警告。它不应该影响设置,您可以忽略它。

于 2022-01-11T11:19:03.750 回答