diff options
author | Tom Duffield <tom@chef.io> | 2017-02-09 18:05:19 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-09 18:05:19 -0600 |
commit | 9c92916062f8ee969c0167d11964402d5d42b7cb (patch) | |
tree | 75c21e734cbb6fcf5ae1253f5a622d24a5b1b0b5 /Gemfile | |
parent | 2438b2a6a67422ab93136aa7336ce435835e95b8 (diff) | |
download | chef-9c92916062f8ee969c0167d11964402d5d42b7cb.tar.gz |
Remove a lot of old restraints
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ group(:development, :test) do end group(:changelog) do - gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping" + gem "github_changelog_generator", git: "https://github.com/chef/github-changelog-generator" gem "mixlib-install" end |