diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-01 10:52:26 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-01 10:52:26 -0700 |
commit | b21dd64dac4184fe268c85e52aa5f99bdfcdcf56 (patch) | |
tree | 2c4e36b1266521dca4ed1fe75c1535d8176fd31b /Gemfile | |
parent | 22b8476ee498816a952e67a1a732fa33125d3510 (diff) | |
download | chef-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-- | Gemfile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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" |