Skip to content
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

Update ruby-prof requirement from ~> 0.17 to ~> 1.7 #105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

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

Changelog

Sourced from ruby-prof's changelog.

1.6.3 (2023-04-20)

  • Remove debug code unintentionally left in ruby-prof command line program (Charlie Savage)

1.6.2 (2023-04-17)

  • Fix Profile#merge! implementation (asksurya)
  • Fix ruby-prof command line program (Charlie Savage)
  • Added CMakeLists.txt file (Charlie Savage)

1.6.1 (2023-02-21)

  • Fix loading C extension for MacOS (Charlie Savage)

1.6.0 (2023-02-20)

  • Add support for Ruby's compacting garbage collector (Charlie Savage)
  • Add rbs signature files (Charlie Savage)
  • Update rack adapter used for profiling Rails to include latest ruby-prof features (Charlie Savage)
  • Add warnings for deprecated methods (Charlie Savage)
  • Update tests to not use deprecated methods (Charlie Savage)
  • Improve tests on OSX (Charlie Savage)

1.5.0 (2023-02-06)

  • Add new Profile#merge! method that merges results for threads/fibers that share the same root method (Charlie Savage)
  • Expand API to allow creation of +Measurement+, +CallTree+, +MethodInfo+ and +Thread+ instances. This was done to make is possible to write tests for the new Profile#merge! functionality (Charlie Savage)

1.4.5 (2022-12-27)

  • Look for ruby_prof extension built on install in the lib directory (Charlie Savage)
  • Added Ruby 3.2.0 build for mingw-urct

1.4.4 (2022-12-11)

  • Update tests for Ruby 3.1 (Charlie Savage)
  • When tracing allocations always use the RUBY_INTERNAL_EVENT_NEWOBJ trace event. Previously GC stats could also be used, but that includes the creation of internal T_IMEMO objects makes reviewing results confusing (Charlie Savage)
  • Remove :profile option that lets a user set the prefix on callgrind output files since KCacheGrind will not automatically show these files in its open dialog. Fixes #313. (Charlie Savage)
  • Don't expose threads to Ruby that don't have a call tree. This can happen when a user is profiling memory usage and then sends a signint to the profiled process. New objects will be created in a new thread, but no method enter/exit trace events are generated by Ruby. Thus the thread has no call tree. Fixes #312 (Charlie Savage)
  • Update github Actions - change 3.0 to '3.0', add Windows mswin (MSP-Greg)
  • Add Ruby 3.1 to test matrix (Charlie Savage)
  • Use normal weight text instead of bold in call strack printer output. Fixes #297 (Charlie Savage)
  • Update VC project to Ruby 3.1 and Visual Studio 2022 (Charlie Savage)
  • Fix marshaling of profile measure. Fixes #315 (Charlie Savage)
  • CI: Omit duplicate 'bundle install'. PR #309 (Olle Jonsson)
  • Fix typo. s/perecent/percent/ (Paarth Madan)
  • Remove support for Ruby 2.5 and 2.6 which are now end of life (Charlie Savage)

1.4.3 (2021-02-16)

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 8, 2024
@ryanwi
Copy link
Contributor

ryanwi commented Jan 22, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/ruby-prof-tw-1.7 branch from 8e43005 to 1327511 Compare January 22, 2024 16:03
@ryanwi
Copy link
Contributor

ryanwi commented Jan 22, 2024

@dependabot rebase

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](https://github.com/ruby-prof/ruby-prof/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/ruby-prof-tw-1.7 branch from 1327511 to 1627dcf Compare January 22, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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