diff options
author | Tom Duffield <tom@chef.io> | 2017-02-10 21:35:14 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-22 13:04:14 -0600 |
commit | ef38cd3691bf3ecd08cd88c83b41611ebf95cd7e (patch) | |
tree | 38ec3decad2db9b6f6c5e18b6fb2f1ab0fed948e /Gemfile | |
parent | 42445a55fe97a4c8c1b5b88b91b38e3f15babc61 (diff) | |
download | chef-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-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |