summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-03-07 08:09:35 -0600
committerGitHub <noreply@github.com>2017-03-07 08:09:35 -0600
commitca358ef6e77621e8ae250e4c2675cc9a9a95c8d1 (patch)
tree96b54a143e508f4e747775a19be5b244d01abb29 /Gemfile
parent29c39b56764a52945609b0eeb0f6068da6ed0041 (diff)
parentef38cd3691bf3ecd08cd88c83b41611ebf95cd7e (diff)
downloadchef-ca358ef6e77621e8ae250e4c2675cc9a9a95c8d1.tar.gz
Merge pull request #5834 from chef/tduffield/update-version-bumping
Improve version bumping
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 092fe8c018..2dbbf1a8b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ group(:docgen) do
gem "yard"
end
-group(:maintenance) do
+group(:maintenance, :ci) do
gem "tomlrb"
# To sync maintainers with github
@@ -80,7 +80,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