summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-30 13:01:33 -0700
committerTim Smith <tsmith@chef.io>2021-04-30 13:01:33 -0700
commit88bab8fae6eaaf2a67684d26cecee9c3c0799c04 (patch)
tree554fd3e14181ad2f648cc3ad21a715822cb2b93b /Gemfile
parent9431d4d3021a7d6f8e05c4ea702348518bd4a6d0 (diff)
downloadchef-88bab8fae6eaaf2a67684d26cecee9c3c0799c04.tar.gz
Remove the ruby-prof gem from omnibus packagesremove_prof
It's a 5 meg gem on windows and it serves very little value. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index d90f60de52..d6361e9f91 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,11 +38,6 @@ group(:omnibus_package, :pry) do
gem "pry-stack_explorer"
end
-# Everything except AIX
-group(:ruby_prof) do
- gem "ruby-prof"
-end
-
# Everything except AIX and Windows
group(:ruby_shadow) do
# if ruby-shadow does a release that supports ruby-3.0 this can be removed