diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-04-19 14:51:14 -0400 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-04-19 14:51:14 -0400 |
commit | aa0486da0b9d9a1a88487819e8d43dfb202f8930 (patch) | |
tree | 1b6a6d0efaf0dcbe2e04be7c7a3cb3a83c3cf0e2 | |
parent | 763ce86ca57c22e33c95e937c0d054764e553d23 (diff) | |
parent | 02ec1e15c6ca5166161e2a1fb33d8d8ffefa3dc5 (diff) | |
download | chef-aa0486da0b9d9a1a88487819e8d43dfb202f8930.tar.gz |
Merge pull request #4844 from chef/jk/update-changelog
Update changelog generator to latest
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 | ||||
-rw-r--r-- | version_policy.rb | 1 |
3 files changed, 3 insertions, 4 deletions
@@ -79,7 +79,7 @@ group(:development, :test) do end group(:changelog) do - gem "github_changelog_generator", "1.11.3" + gem "github_changelog_generator" end group(:travis) do diff --git a/Gemfile.lock b/Gemfile.lock index 11bcf58f6f..c865e0f042 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM hashie (>= 3.4) multi_json (>= 1.7.5, < 2.0) oauth2 - github_changelog_generator (1.11.3) + github_changelog_generator (1.12.0) bundler (>= 1.7) colorize (~> 0.7) github_api (~> 0.12) @@ -425,7 +425,7 @@ DEPENDENCIES chefspec chefstyle! foodcritic - github_changelog_generator (= 1.11.3) + github_changelog_generator halite knife-windows netrc diff --git a/version_policy.rb b/version_policy.rb index 44b4af592e..eab7382d7f 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -72,7 +72,6 @@ OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = { ACCEPTABLE_OUTDATED_GEMS = %w{ activesupport gherkin - github_changelog_generator jwt mini_portile2 slop |