Skip to content

Commit 701386b

Browse files
authored
Pin octokit to 4.21.0 as 4.22.0 has issues with Faraday < 2.x
1 parent 132535a commit 701386b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gem "stud"
44
gem "clamp"
5-
gem "octokit"
5+
gem "octokit", "~>4", "<= 4.21.0" # https://github.com/octokit/octokit.rb/issues/1392
66
gem "faraday", "~> 0.9"
77
gem "pmap"
8-
gem "pry"
8+
gem "pry"

0 commit comments

Comments
 (0)