Skip to content

Commit 59e115f

Browse files
Chore(deps-dev): Update github_changelog_generator requirement from ~> 1.16.4 to ~> 1.18.0
Updates the requirements on [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator) to permit the latest version. - [Release notes](https://github.com/github-changelog-generator/github-changelog-generator/releases) - [Changelog](https://github.com/github-changelog-generator/github-changelog-generator/blob/master/CHANGELOG.md) - [Commits](github-changelog-generator/github-changelog-generator@v1.16.4...v1.18.0) --- updated-dependencies: - dependency-name: github_changelog_generator dependency-version: 1.18.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7f4993 commit 59e115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ group :release, optional: true do
3131
# usually we pin to ~> 2.1, but some of the EoL beaker 6 dependencies require ancient faraday versions
3232
# it's all a huge pain and the beaker setup needs to be reworked
3333
gem 'faraday-retry', '< 3', require: false
34-
gem 'github_changelog_generator', '~> 1.16.4', require: false
34+
gem 'github_changelog_generator', '~> 1.18.0', require: false
3535
end

0 commit comments

Comments
 (0)