summaryrefslogtreecommitdiff
path: root/knife/Gemfile
diff options
context:
space:
mode:
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