Gemfile: remove ruby-prof bound
This commit is contained in:
parent
f555f1ec21
commit
93865bf53e
@ -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
|
||||
|
||||
@ -214,7 +214,7 @@ DEPENDENCIES
|
||||
rubocop-rspec
|
||||
rubocop-sorbet
|
||||
ruby-macho
|
||||
ruby-prof (= 1.6.3)
|
||||
ruby-prof
|
||||
ruby-progressbar
|
||||
simplecov
|
||||
simplecov-cobertura
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user