Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Bump octokit version to work around Faraday issue
Browse files Browse the repository at this point in the history
Without this, we get failing builds with:

```
NameError: uninitialized constant Faraday::Error::ClientError
Did you mean?  Faraday::ClientError
```

This is documented in octokit/octokit.rb#1154.
  • Loading branch information
ChrisBAshton committed May 19, 2022
1 parent 5461839 commit 8381b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ GEM
jaro_winkler (1.5.4)
minitest (5.11.3)
multipart-post (2.1.1)
octokit (4.13.0)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.19.1)
parser (2.7.1.2)
Expand Down

0 comments on commit 8381b4c

Please sign in to comment.