-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Bump oj from 2.1.2 to 3.6.10 #2736
Conversation
Bumps [oj](https://github.com/ohler55/oj) from 2.1.2 to 3.6.10. - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/master/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/commits/v3.6.10) Signed-off-by: dependabot[bot] <[email protected]>
The test failure on this looks random - I'm pretty confident that this update is non-breaking. |
Yes, that spec is known to be unreliable. I triggered a rebuild and Kristina will look at fixing the spec. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks reasonable and shouldn't need much testing. Just a sanity check.
But I'm actually wondering about the use of oj. It is a JSON processor that's faster than Rails' to_json
method (six times faster). But do we need to call it explicitly (which we don't)? Or does the presence of the gem automagically replace Rails' to_json
? I ran the specs without oj and they take the same time. But that may just be, because we have very little data in testing.
@greysteil Do you know if this gem benefits us at all?
Just the presence of the gem should be enough to automagically replace Rails' Your call on whether to keep of scrap. It almost certainly isn't hurting performance, but perhaps the uncertainty / complexity means it's not worth having. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I vote keep :-)
Yep, not an issue. Let's keep it. |
staged here https://staging.openfoodfrance.org |
@luisramos0 I did a sanity check and everything looks good. Excep I did not received any emails. Is this an issue on the server ? |
@luisramos0 scrap that, I've tested with another email it works ;) Just a bit slow |
👍 |
Bumps oj from 2.1.2 to 3.6.10.
Changelog
Sourced from oj's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot merge
will merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.