httprb / http

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
MIT License
3.01k stars 321 forks source link

Pin to rubocop v1.21; fix offenses #691

Closed tarcieri closed 3 years ago

tarcieri commented 3 years ago

It seems we didn't have the rubocop version pinned before, and the latest version added new lints which we are failing.

The failures have been autocorrected.