summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-09-07 15:11:48 +0100
committerThom May <thom@chef.io>2015-09-07 15:11:48 +0100
commitd7ce09f91e298457448b212f7ccb547de2d1a5af (patch)
treeb56d3799babb5d839d335eaa358feae1784ccb65 /Gemfile
parentbc890071b8b1e0eba9aa04fa51a36311848ab1cc (diff)
downloadchef-d7ce09f91e298457448b212f7ccb547de2d1a5af.tar.gz
sync maintainers with githubtm/sync_gh_maintainers
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6aae2c5b9e..edbd853c47 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"