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

[gemspec] Remove upper bounds on versions for all dependencies #723

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

davidrunger
Copy link
Owner

Let's optimistically assume that all future versions will be compatible. We can add restrictions or roll out a fix if that turns out not to be the case.

The upside of this change is that we don't have to make changes to this gem's gemspec to accommodate newly released versions of its dependencies.

Let's optimistically assume that all future versions will be compatible.
We can add restrictions or roll out a fix if that turns out not to be
the case.

The upside of this change is that we don't have to make changes to this
gem's gemspec to accommodate newly released versions of its
dependencies.
@davidrunger davidrunger merged commit 5f0a06e into main Dec 11, 2024
1 check passed
@davidrunger davidrunger deleted the remove-upper-version-bounds-from-gemspec branch December 11, 2024 00:43
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.

1 participant