Skip to content

Commit

Permalink
Merge branch '4-stable' into early-2x
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd committed Jul 1, 2022
2 parents 1a3de39 + 97ac5fb commit f9bf82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/octokit/default.rb
Expand Up @@ -35,8 +35,7 @@ module Default
# so we use it only when it's available.
if defined?(Faraday::Request::Retry)
builder.use Faraday::Request::Retry, exceptions: [Octokit::ServerError]
end
if defined?(Faraday::Retry::Middleware)
elsif defined?(Faraday::Retry::Middleware)
builder.use Faraday::Retry::Middleware, exceptions: [Octokit::ServerError]
end

Expand Down
2 changes: 1 addition & 1 deletion lib/octokit/version.rb
Expand Up @@ -11,7 +11,7 @@ module Octokit

# Current patch level.
# @return [Integer]
PATCH = 0
PATCH = 1

# Full release version.
# @return [String]
Expand Down

0 comments on commit f9bf82b

Please sign in to comment.