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