summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-01 10:52:26 -0700
committerTim Smith <tsmith@chef.io>2019-05-01 10:52:26 -0700
commitb21dd64dac4184fe268c85e52aa5f99bdfcdcf56 (patch)
tree2c4e36b1266521dca4ed1fe75c1535d8176fd31b /Gemfile
parent22b8476ee498816a952e67a1a732fa33125d3510 (diff)
downloadchef-b21dd64dac4184fe268c85e52aa5f99bdfcdcf56.tar.gz
Remove old maintainer gems from the Gemfilenuke_old_gems
These were used by our maintainer rake tasks. These are all gone now so there's no need for these gems. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 30e8d98e52..0c3b6ef85b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,14 +42,6 @@ group(:docgen) do
gem "yard"
end
-group(:maintenance) do
- gem "tomlrb"
-
- # To sync maintainers with github
- gem "octokit"
- gem "netrc"
-end
-
# Everything except AIX
group(:ruby_prof) do
gem "ruby-prof"