New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci skip] Added a note about Github Codespaces' warning #44148
Conversation
|
Both
bundle update delayed_job delayed_job_active_record --conservative
bundle install
$ bundle install
... snip ...
Using websocket-client-simple 0.3.0 from https://github.com/matthewd/websocket-client-simple.git (at close-race@e161305)
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
Bundle complete! 77 Gemfile dependencies, 217 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
$ bundle install
... snip ...
Using websocket-client-simple 0.3.0 from https://github.com/matthewd/websocket-client-simple.git (at close-race@e161305)
Bundle complete! 77 Gemfile dependencies, 217 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.Refer to these commits for detail. |
|
@yahonda Thanks! I will update the PR accordingly. |
|
@yahonda thanks! done :) |
|
Instead of merging this we should just upgrade those gems in the Gemfile.lock. Can you change the PR to upgrade those gems? |
|
@rafaelfranca done :) |
|
This pull request should update |
Summary
This edit should clarify any confusion around a persistent warning when setting up Github Codespaces to contribute to the Rails Framework.
Other Information
Related discussion: https://discuss.rubyonrails.org/t/issues-with-github-codespaces-setup-to-contribute-to-rails/79731