diff options
author | Tim Smith <tsmith@chef.io> | 2021-04-30 13:01:33 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-04-30 13:01:33 -0700 |
commit | 88bab8fae6eaaf2a67684d26cecee9c3c0799c04 (patch) | |
tree | 554fd3e14181ad2f648cc3ad21a715822cb2b93b /Gemfile.lock | |
parent | 9431d4d3021a7d6f8e05c4ea702348518bd4a6d0 (diff) | |
download | chef-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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 56aec56c10..e36904ac6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,8 +329,6 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.4.1) parser (>= 2.7.1.5) - ruby-prof (1.4.3) - ruby-prof (1.4.3-x64-mingw32) ruby-progressbar (1.11.0) ruby2_keywords (0.0.4) rubyntlm (0.6.3) @@ -449,7 +447,6 @@ DEPENDENCIES rake rb-readline rspec - ruby-prof ruby-shadow! webmock |