summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-12-07 13:38:58 -0600
committerTom Duffield <tom@chef.io>2016-12-07 14:26:15 -0600
commite5abf16ce4110936bf03cabfd254eaa126bb5a6b (patch)
tree73a56e0c39f780cb95109a0073c2fbde719e0be3
parent5f43d30a38cee0a87c479988283a6bd934c07d01 (diff)
downloadohai-8.22.1.tar.gz
Use custom changelog generator8.22.1
This version of the changelog generator addresses a few issues with the upstream one. In addition, it has a less restrictive dependency on Retriable, which can cause conflict when Ohai is installed in ChefDK. Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7d848933..4bcd5f6d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,6 +16,6 @@ group :development do
gem "rspec-mocks", "~> 3.0"
gem "rspec-collection_matchers", "~> 1.0"
gem "rspec_junit_formatter"
- gem "github_changelog_generator", ">= 1.14"
+ gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping"
gem "activesupport", "< 5.0" if RUBY_VERSION <= "2.2.2" # github_changelog_generator dep
end