From 93865bf53eadc47c92174f9ff90c7f3bb6e9eae8 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Fri, 15 Dec 2023 19:21:08 +0000 Subject: [PATCH] Gemfile: remove ruby-prof bound --- Library/Homebrew/Gemfile | 4 +--- Library/Homebrew/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/Gemfile b/Library/Homebrew/Gemfile index 6499da4f32..02a9cc0900 100644 --- a/Library/Homebrew/Gemfile +++ b/Library/Homebrew/Gemfile @@ -34,9 +34,7 @@ group :pr_upload, optional: true do gem "json_schemer", require: false 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.6.3", require: false + gem "ruby-prof", 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 f79aa141a6..e73bfd8f30 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -214,7 +214,7 @@ DEPENDENCIES rubocop-rspec rubocop-sorbet ruby-macho - ruby-prof (= 1.6.3) + ruby-prof ruby-progressbar simplecov simplecov-cobertura