Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Update ruby-prof requirement from 0.13.0 to 0.18.0 #11

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Updates the requirements on ruby-prof to permit the latest version.

Changelog

Sourced from ruby-prof's changelog.

0.18.0 (2019-05-27)

Fixes

  • Fix grouping by thread/fiber (Charlie Savage)
  • Fix include/exclude thread checking (Charlie Savage)
  • Fix failing tests (Charlie Savage)
  • Fix grouping by thread_id and fiber_id (Charlie Savage)
  • Update Visual Studio solution to 2019 (Charlie Savage)
  • Adjust AbstractPrinter#editor_uri so it's possible to disable uri (Maciek Dubiński)-
  • Fix -X/--exclude-file option not working (John Lindgren)
  • Different directory for middleware output in readme (Aldric Giacomoni)
  • Fixing spelling mistakes and typos (David Kennedy and Roger Pack)
  • Add "allow_exceptions" option to Profile (Ryan Duryea)
  • Update readme (Jan Piotrowski, Nathan Seither, victor-am)
  • Travis updates (Niocals Leger and Charlie Savage)
  • Fix NewRelic module detection in exclude_common_methods! (Ben Hughes)

0.17.0 (2017-12-17)

  • Changed method/class names produced by the callgrind printer to be more kcachegrind friendly (thx to Nelson Gauthier and Ben Hughes, see ruby-prof/ruby-prof#200).
  • Recursive instances of a method call are now dtected during profiling (thx to Nelson Gauthier and Ben Hughes, see ruby-prof/ruby-prof#201).
  • Methods can now be ignored during a profiling run instead of eliminating them after a profile run, which has been deprecated (thx to Nelson Gauthier and Ben Hughes, see ruby-prof/ruby-prof#202).
  • Use RUBY_PROF_EDITOR_URI=emacs to open source code links in the one true editor. (thx Alexander Egorov, see ruby-prof/ruby-prof#183 and https://github.com/typester/emacs-handler).
  • Fixed that calling profile.stop would stop profiling all active profiling runs.
  • Fixed that remembering parent call frame pointer before stack reallocation could cause a segfault.

0.16.2 (2016-08-25)

  • fixed incorrect setting of RUBY_VERSION macro

0.16.1 (2016-08-24)

  • fixed compile problem with ruby 2.1.10

0.16.0 (2016-08-24)

  • ruby-prof can now be installed if ruby has been compiled with --disable-gems or RUBYOPT includes --disable-gems (thx to Arthur Nogueira Neves)
  • Profile.new now accepts and prefers an options hash:
    • measure_mode: one of the RubyProf measure mode constants
    • exclude_threads: an array of threads to ignore when collecting profile data
    • include_threads: an array of threads to include when collecting profile data
    • merge_fibers: whether or not to merge the profile data for all fibers under their creating thread

... (truncated)

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Updates the requirements on [ruby-prof](https://github.com/ruby-prof/ruby-prof) to permit the latest version.
- [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES)
- [Commits](ruby-prof/ruby-prof@v0.13.0...0.18.0)

---
updated-dependencies:
- dependency-name: ruby-prof
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 22, 2024
@floriandejonckheere floriandejonckheere merged commit 5ebbdb1 into master Apr 22, 2024
2 checks passed
@floriandejonckheere floriandejonckheere deleted the dependabot/bundler/ruby-prof-0.18.0 branch April 22, 2024 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant