diff options
author | Thom May <thom@chef.io> | 2015-09-07 15:11:48 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2015-09-07 15:11:48 +0100 |
commit | d7ce09f91e298457448b212f7ccb547de2d1a5af (patch) | |
tree | b56d3799babb5d839d335eaa358feae1784ccb65 /Gemfile | |
parent | bc890071b8b1e0eba9aa04fa51a36311848ab1cc (diff) | |
download | chef-d7ce09f91e298457448b212f7ccb547de2d1a5af.tar.gz |
sync maintainers with githubtm/sync_gh_maintainers
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -10,11 +10,19 @@ gem 'chef-config', path: "chef-config" gem "chef-zero", "~> 4.2.3" group(:docgen) do - gem "tomlrb" gem "yard" end +group(:maintenance) do + gem "tomlrb" + + # To sync maintainers with github + gem "octokit" + gem "netrc" +end + group(:development, :test) do + gem "simplecov" gem 'rack', "~> 1.5.1" |