Skip to content

Commit ba2404f

Browse files
committed
(maint) This is a stop-gap for a breakign octokit change
Due to octokit/octokit.rb#1392, the changelog generator cannot authenticate properly, which means that it rate limits almost instantly and takes many hours to generate a changelog. This should be reverted when that issue is resolved.
1 parent d7f8243 commit ba2404f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ group :development do
2626
gem "puppet-module-win-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
2727
gem "github_changelog_generator", require: false
2828
gem "ruby-pwsh", require: false
29+
gem "octokit", "= 4.21.0"
2930
end
3031
group :system_tests do
3132
gem "puppet-module-posix-system-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]

0 commit comments

Comments
 (0)