Compare commits

..

No commits in common. "0e16de8e5ad3d29810c3388ea95836e0e4689635" and "a34861a3b04c1cc093ee2e0a229f4720522b69d7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
experimental: [false]
include:
- ruby: head

View File

@ -12,7 +12,7 @@ either globally or per Faraday Connection through the configuration block.
For example, consider using `httpclient` as an adapter. Note that [faraday-httpclient](https://github.com/lostisland/faraday-httpclient) must be installed beforehand.
If you want to configure it globally, do the following:
If you wants to configure it globally, do the following:
```ruby
require 'faraday'