Gemfile: remove ruby-prof bound

This commit is contained in:
Bo Anderson 2023-12-15 19:21:08 +00:00
parent f555f1ec21
commit 93865bf53e
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -214,7 +214,7 @@ DEPENDENCIES
rubocop-rspec
rubocop-sorbet
ruby-macho
ruby-prof (= 1.6.3)
ruby-prof
ruby-progressbar
simplecov
simplecov-cobertura