Add ostruct as dependency gem for Ruby 3.5#928
Merged
ohler55 merged 2 commits intoohler55:developfrom Jun 12, 2024
Merged
Conversation
The ostruct gem will be changed bundled gem since Ruby 3.5.0. ruby/ruby@4db7c8a The ostruct gem has been required at https://github.com/ohler55/oj/blob/2e57dc711172ee2aae4a1e381ad905c7d461e805/lib/oj/json.rb#L1 To use bundled gem, it requires to specify the dependency in Gemfile. Similar with ohler55#901
ohler55
approved these changes
Jun 12, 2024
Owner
|
Thank you |
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.
The ostruct gem will be changed bundled gem since Ruby 3.5.0. ruby/ruby@4db7c8a
The ostruct gem has been required at
oj/lib/oj/json.rb
Line 1 in 2e57dc7
To use bundled gem, it requires to specify the dependency in Gemfile.
Similar with #901