Skip to content
This repository has been archived by the owner on Oct 4, 2024. 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 2fc976b commit dc8efd4
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 @@ -34,7 +34,8 @@ GEM
hashdiff (0.3.7)
method_source (0.9.2)
multipart-post (2.1.1)
octokit (4.13.0)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pry (0.12.2)
coderay (~> 1.1.0)
Expand Down

0 comments on commit dc8efd4

Please sign in to comment.