summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-10 21:35:14 -0600
committerTom Duffield <tom@chef.io>2017-02-22 13:04:14 -0600
commitef38cd3691bf3ecd08cd88c83b41611ebf95cd7e (patch)
tree38ec3decad2db9b6f6c5e18b6fb2f1ab0fed948e /Gemfile
parent42445a55fe97a4c8c1b5b88b91b38e3f15babc61 (diff)
downloadchef-ef38cd3691bf3ecd08cd88c83b41611ebf95cd7e.tar.gz
Better handle version bumpingtduffield/update-version-bumping
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index b3fa6b01a3..cc664c40ce 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,7 +50,7 @@ group(:docgen) do
gem "yard"
end
-group(:maintenance) do
+group(:maintenance, :ci) do
gem "tomlrb"
# To sync maintainers with github
@@ -77,7 +77,7 @@ group(:development, :test) do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
end
-group(:changelog) do
+group(:ci) do
gem "github_changelog_generator", git: "https://github.com/chef/github-changelog-generator"
gem "mixlib-install"
end