Skip to content
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

Remove upper dependency version limit on activesupport #404

Conversation

drobny
Copy link
Contributor

@drobny drobny commented Dec 11, 2024

With the release of Rails 8.0.0.1 the dependency update I made as part of #402 is too strict and the gem gets downgraded to version 0.23.1 as part of a rails upgrade

It might be better to remove the upper ceiling on activesupport so this doesn't become a recurring blocker for future rails releases

With the release of Rails 8.0.0.1 the dependency update I made as
part of ruby-amqp#402 is too strict
and the gem gets downgraded to version 0.23.1.

It might be better to remove the upper ceiling on `activesupport`
so this doesn't become a recurring blocker for future rails
releases
@michaelklishin michaelklishin merged commit b980876 into ruby-amqp:main Dec 11, 2024
6 checks passed
@michaelklishin
Copy link
Member

@drobny thank you! Do we need a new urgent-ish release? I assume a new Rails major can result in a non-trivial wave of upgrades?

@drobny drobny deleted the remove-upper-limit-dependency-of-activesupport branch December 11, 2024 18:43
@drobny
Copy link
Contributor Author

drobny commented Dec 11, 2024

@drobny thank you! Do we need a new urgent-ish release? I assume a new Rails major can result in a non-trivial wave of upgrades?

@michaelklishin that would be amazing if you could 🙏

michaelklishin added a commit that referenced this pull request Dec 11, 2024
…activesupport

Remove upper dependency version limit on activesupport

(cherry picked from commit b980876)
@michaelklishin
Copy link
Member

@drobny done. Thank you for contributing!

@drobny
Copy link
Contributor Author

drobny commented Dec 11, 2024

@drobny done. Thank you for contributing!

Thank you so much ❤️

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