summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-04-12 12:00:13 +0100
committerThom May <thom@chef.io>2017-04-12 12:00:13 +0100
commit1d1427a747a86b33600a0ea7741016b27df828bc (patch)
tree800b7ded562113ba29179bfccf8bed198783e9ea /Gemfile
parentf92a36d8302d65966de4cef55c529945dcb5a2cc (diff)
downloadohai-1d1427a747a86b33600a0ea7741016b27df828bc.tar.gz
Use correct g-h-c13_0_1
[ci skip] Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 88e22611..339d5214 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,6 @@ group :development do
gem "rspec-mocks", "~> 3.0"
gem "rspec-collection_matchers", "~> 1.0"
gem "rspec_junit_formatter"
- 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 "ipaddr_extensions"
end