Skip to content

Commit c319b7e

Browse files
committed
(maint) Unpin Octokit gem
In 99d7dcb we pinned Octokit to 4.21.0 due to an issue with authentication and the Faraday gem in Octokit 4.22.0. There was a fix for this issue in 4.23.0, so we no longer need to pin back. This gem is used to generate changelogs in release prep, and other modules (i.e. Puppet core modules) have used newer versions of Octokit (4.25.0) without issue. This commit removes the pin for Octokit to 4.21.0.
1 parent 1737a29 commit c319b7e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Gemfile:
3939
- gem: 'beaker-task_helper'
4040
version: '~> 1.9'
4141
condition: 'ENV["GEM_BOLT"]'
42-
- gem: octokit
43-
version: '4.21.0' # due to https://github.com/octokit/octokit.rb/issues/1391
4442
- gem: async
4543
version: '~> 1.30' # otherwise async 2.0.0(needs ruby >=3.1.0) is wrongly selected by bundler on jenkins while running with ruby 2.7.1
4644
- gem: puppet_litmus

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ group :development do
4848
gem "nokogiri", require: false
4949
gem "bolt", '~> 3.0', require: false if ENV["GEM_BOLT"]
5050
gem "beaker-task_helper", '~> 1.9', require: false if ENV["GEM_BOLT"]
51-
gem "octokit", '4.21.0', require: false
5251
gem "async", '~> 1.30', require: false
5352
end
5453
group :system_tests do

0 commit comments

Comments
 (0)