Skip to content

Bump memory_profiler from 0.9.10 to 0.9.11 #49

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

Merged
merged 1 commit into from
Jul 24, 2018

Conversation

dependabot-preview[bot]
Copy link

Bumps memory_profiler from 0.9.10 to 0.9.11.

Changelog

Sourced from memory_profiler's changelog.

0.9.11

  • Reduce memory needed for string allocation tracing dgynn
  • Use yield rather than block.call to reduce an allocation dgynn
  • Ensure string allocation locations sort consistently dgynn
Commits
  • 42635a9 version bump
  • 1c65aca ensure string allocation locations sort consistently in string report
  • 82ee23c Merge pull request #56 from dgynn/yield_block
  • 215c4ad add ruby 2.5 to travis
  • 9a0ac01 use yield rather than block.call to elimante a Proc allocation
  • 46675f2 Merge pull request #52 from dgynn/reduced-string-memory
  • bfb8cdc minor optimization of the string_report sorting to avoid sorting arrays
  • c1c9436 speed up string_report by only sorting possible "top" strings
  • 80af1db reduce memory used in building the string report
  • 07bd1b9 reduce memory needed for string allocation tracing
  • See full diff in compare view

Dependabot compatibility score

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.


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 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@veganstraightedge veganstraightedge merged commit 93c86c6 into master Jul 24, 2018
@veganstraightedge veganstraightedge deleted the dependabot/bundler/memory_profiler-0.9.11 branch July 24, 2018 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants