feat: relax oj_serializers dependency by removing the upper constraint#34
Merged
ElMassimo merged 2 commits intoMay 6, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/ElMassimo/types_from_serializers/sessions/a85ebb31-4e9e-47ce-9f71-6bb55f7abdc3 Co-authored-by: ElMassimo <1158253+ElMassimo@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ElMassimo
April 6, 2026 13:40
View session
Owner
|
@copilot Remove the upper constraint, as discussed in https://byroot.github.io/ruby/bundler/2026/04/20/bundle-features.html#upper-constraints |
Agent-Logs-Url: https://github.com/ElMassimo/types_from_serializers/sessions/e2607502-7506-4d37-8db0-e89114142c4c Co-authored-by: ElMassimo <1158253+ElMassimo@users.noreply.github.com>
Contributor
Author
Updated in 683a7ba: removed the upper bound entirely, so the dependency is now |
Copilot
AI
changed the title
Relax oj_serializers dependency to allow v3
Relax oj_serializers dependency by removing the upper constraint
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR relaxes the
oj_serializersdependency requirement intypes_from_serializers.gemspecby removing the upper version bound.Changes Made
oj_serializers,>= 2.0.2,< 4.0oj_serializers,>= 2.0.2This keeps the minimum supported version while avoiding an upper constraint, in line with current Bundler guidance.