summaryrefslogtreecommitdiff
path: root/knife/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-01 00:16:44 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-01 00:16:44 -0700
commitb299da0b95d016052afba2c2f2feb3a3101d77f7 (patch)
tree7302878ed03ed8fa4acf591b795a246bf030a8d1 /knife/Gemfile
parente06ff54100ca557e639658b0ac1d1084e0784d4a (diff)
downloadchef-b299da0b95d016052afba2c2f2feb3a3101d77f7.tar.gz
Remove knife deps from chef & remove knife gemfile depsnuke_deps
Minimize what we need to install Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'knife/Gemfile')
-rw-r--r--knife/Gemfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/knife/Gemfile b/knife/Gemfile
index 57c6a52f93..e854257e5b 100644
--- a/knife/Gemfile
+++ b/knife/Gemfile
@@ -8,17 +8,6 @@ group(:development, :test) do
gem "chef-bin", path: "../chef-bin"
end
-group(:ruby_prof) do
- # ruby-prof 1.3.0 does not compile on our centos6 builders/kitchen testers
- gem "ruby-prof", "< 1.3.0"
-end
-
-group(:omnibus_package, :pry) do
- gem "pry"
- gem "pry-byebug"
- gem "pry-stack_explorer"
-end
-
group(:chefstyle) do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
end