看了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 以解決依賴問題。都沒有奏效。有任何想法嗎?
uj5u.com熱心網友回復:
根據 Rails 核心團隊成員 Rafael Fran?a 的說法:
這個“錯誤”只是一個警告。它不應該影響設定,您可以忽略它。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/408213.html
標籤:
