From a94fcd49231b69295900cd04654785a2f24e81b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:51:14 +0000 Subject: [PATCH] build(deps-dev): bump ruby-prof from 1.4.3 to 1.6.3 in /Library/Homebrew Bumps [ruby-prof](https://github.com/ruby-prof/ruby-prof) from 1.4.3 to 1.6.3. - [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES) - [Commits](https://github.com/ruby-prof/ruby-prof/compare/1.4.3...1.6.3) --- updated-dependencies: - dependency-name: ruby-prof dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile | 2 +- Library/Homebrew/Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/Gemfile b/Library/Homebrew/Gemfile index c15ae77d6e..6499da4f32 100644 --- a/Library/Homebrew/Gemfile +++ b/Library/Homebrew/Gemfile @@ -36,7 +36,7 @@ end group :prof, optional: true do # NOTE: ruby-prof v1.4.3 is the last version that supports Ruby 2.6.x # TODO: remove explicit version when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7 - gem "ruby-prof", "1.4.3", require: false + gem "ruby-prof", "1.6.3", require: false gem "stackprof", require: false end group :pry, optional: true do diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 4821bf8210..342314ff6d 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -128,7 +128,7 @@ GEM rubocop-sorbet (0.7.6) rubocop (>= 0.90.0) ruby-macho (4.0.0) - ruby-prof (1.4.3) + ruby-prof (1.6.3) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -181,7 +181,6 @@ GEM zeitwerk (2.6.12) PLATFORMS - aarch64-linux arm-linux arm64-darwin x86_64-darwin @@ -214,7 +213,7 @@ DEPENDENCIES rubocop-rspec rubocop-sorbet ruby-macho - ruby-prof (= 1.4.3) + ruby-prof (= 1.6.3) ruby-progressbar simplecov simplecov-cobertura