Skip to content

Update dependencies #8501

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

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Update dependencies #8501

merged 1 commit into from
Oct 12, 2024

Conversation

tagliala
Copy link
Contributor

@tagliala tagliala commented Oct 12, 2024

Pin zeitwerk to ~> 2.6.18 because 2.7.0 only supports Ruby >= 3.2

@tagliala tagliala force-pushed the chore/update-dependencies branch from 24c85bc to a3f790b Compare October 12, 2024 17:40
Pin zeitwerk to `~> 2.6.18` because 2.7.0 only supports Ruby >= 3.2
@tagliala tagliala force-pushed the chore/update-dependencies branch from a3f790b to a65915d Compare October 12, 2024 17:44
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.11%. Comparing base (6db02fb) to head (a65915d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8501   +/-   ##
=======================================
  Coverage   99.11%   99.11%           
=======================================
  Files         141      141           
  Lines        4076     4076           
=======================================
  Hits         4040     4040           
  Misses         36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +22 to +23
# FIXME: relax this dependency when Ruby 3.1 support will be dropped
gem "zeitwerk", "~> 2.6.18"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like this but I don't have better ideas.

With this approach, tests agains zeitwerk 2.7 will not be performed, which is not good

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's ok. I'm surprised they dropped support so soon. I'm fine with leaving this as is as I would have done the same, comment as well so it's easy to find. We'll address when it's time. Thanks!

@tagliala tagliala mentioned this pull request Oct 12, 2024
4 tasks
@tagliala tagliala merged commit 76d1ee5 into master Oct 12, 2024
21 checks passed
@tagliala tagliala deleted the chore/update-dependencies branch October 12, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants