diff options
author | Thom May <thom@chef.io> | 2017-04-12 12:00:13 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-04-12 12:00:13 +0100 |
commit | 1d1427a747a86b33600a0ea7741016b27df828bc (patch) | |
tree | 800b7ded562113ba29179bfccf8bed198783e9ea /Gemfile | |
parent | f92a36d8302d65966de4cef55c529945dcb5a2cc (diff) | |
download | ohai-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |