-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
Add bigdecimal as dependency gem #901
Merged
Merged
Conversation
This file contains 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
ohler55
approved these changes
Sep 19, 2023
Watson1978
added a commit
to Watson1978/oj
that referenced
this pull request
Feb 28, 2024
This patch will fix /~https://github.com/ohler55/oj/actions/runs/7908156404/job/21586745798 The mutex_m gem will be changed bundled gem since Ruby 3.4.0. To use bundled gem, it requires to specify the dependency in Gemfile. Ref. ohler55#901
Watson1978
added a commit
to Watson1978/oj
that referenced
this pull request
Feb 28, 2024
This patch will fix /~https://github.com/ohler55/oj/actions/runs/7908156404/job/21586745798 The mutex_m gem will be changed bundled gem since Ruby 3.4.0. To use bundled gem, it requires to specify the dependency in Gemfile. Ref. ohler55#901
Watson1978
added a commit
to Watson1978/oj
that referenced
this pull request
Feb 28, 2024
This patch will fix /~https://github.com/ohler55/oj/actions/runs/7908156404/job/21586745798 The mutex_m gem will be changed bundled gem since Ruby 3.4.0. To use bundled gem, it requires to specify the dependency in Gemfile. Ref. ohler55#901
ohler55
pushed a commit
that referenced
this pull request
Feb 28, 2024
* CI: Add mutex_m gem as dependency in rails 6.1 tests This patch will fix /~https://github.com/ohler55/oj/actions/runs/7908156404/job/21586745798 The mutex_m gem will be changed bundled gem since Ruby 3.4.0. To use bundled gem, it requires to specify the dependency in Gemfile. Ref. #901 * CI: Add base64 gem as dependency * CI: Add drb gem as dependency
Watson1978
added a commit
to Watson1978/ox
that referenced
this pull request
May 31, 2024
The bigdecimal gem will be changed bundled gem since Ruby 3.4.0. https://www.ruby-lang.org/en/news/2023/09/14/ruby-3-3-0-preview2-released/ To use bundled gem, it requires to specify the dependency in Gemfile. Similar with ohler55/oj#901
ohler55
pushed a commit
to ohler55/ox
that referenced
this pull request
Jun 1, 2024
The bigdecimal gem will be changed bundled gem since Ruby 3.4.0. https://www.ruby-lang.org/en/news/2023/09/14/ruby-3-3-0-preview2-released/ To use bundled gem, it requires to specify the dependency in Gemfile. Similar with ohler55/oj#901
Watson1978
added a commit
to Watson1978/oj
that referenced
this pull request
Jun 12, 2024
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
pushed a commit
that referenced
this pull request
Jun 12, 2024
* Add ostruct as dependency gem for Ruby 3.5 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 #901 * Remove unnecessary exception catch for ostruct required
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 bigdecimal gem will be changed bundled gem since Ruby 3.4.0.
https://www.ruby-lang.org/en/news/2023/09/14/ruby-3-3-0-preview2-released/
To use bundled gem, it requires to specify the dependency in Gemfile.
This patch will fix following warning with Ruby 3.3.0-preview2.