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-29 14:05:49 -0700
commit33a22bbc0a57717b87ca68b4ddf4f8318ee2a8f1 (patch)
tree51d24ce89c6002a8b1cf311c4c07b1cca3d8c310 /Gemfile
parentee06ecdfbaa86b0fdd38afae7f514f92bd3e3c8c (diff)
downloadchef-33a22bbc0a57717b87ca68b4ddf4f8318ee2a8f1.tar.gz
Remove old maintainer gems from the Gemfile
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 0699d99cc2..d6bf3d5c89 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,14 +28,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"