Skip to content

Commit 512c862

Browse files
committed
Pin octokit to 4.21.0 due to 4.22 bug
1 parent b982613 commit 512c862

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Gemfile:
99
optional:
1010
':development':
1111
- gem: 'github_changelog_generator'
12+
- gem: 'octokit'
13+
version: '4.21.0' # Locked due to https://github.com/octokit/octokit.rb/issues/1391
1214
Rakefile:
1315
changelog_since_tag: '2.5.0'
1416
extras:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ group :development do
2727
gem "puppet-debugger", '>= 0.18.0', require: false
2828
gem "bolt", '>= 3.17.0', require: false
2929
gem "github_changelog_generator", require: false
30+
gem "octokit", '4.21.0', require: false
3031
end
3132
group :system_tests do
3233
gem "puppet-module-posix-system-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]

0 commit comments

Comments
 (0)