diff options
author | Tom Duffield <tom@chef.io> | 2017-03-07 08:09:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 08:09:35 -0600 |
commit | ca358ef6e77621e8ae250e4c2675cc9a9a95c8d1 (patch) | |
tree | 96b54a143e508f4e747775a19be5b244d01abb29 /Gemfile | |
parent | 29c39b56764a52945609b0eeb0f6068da6ed0041 (diff) | |
parent | ef38cd3691bf3ecd08cd88c83b41611ebf95cd7e (diff) | |
download | chef-ca358ef6e77621e8ae250e4c2675cc9a9a95c8d1.tar.gz |
Merge pull request #5834 from chef/tduffield/update-version-bumping
Improve version bumping
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |