Compare commits

...

3 Commits

Author SHA1 Message Date
Henrique Albuquerque
0e16de8e5a Delete .DS_Store 2022-12-26 07:24:08 +01:00
Henrique Albuquerque
16934978e8 Fix typo in Adapters documentation 2022-12-26 07:24:08 +01:00
Peter Goldstein
8d7e5a7e0f Adds Ruby 3.2 to the CI matrix. 2022-12-26 07:22:27 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1' ] ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
experimental: [false] experimental: [false]
include: include:
- ruby: head - 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. For example, consider using `httpclient` as an adapter. Note that [faraday-httpclient](https://github.com/lostisland/faraday-httpclient) must be installed beforehand.
If you wants to configure it globally, do the following: If you want to configure it globally, do the following:
```ruby ```ruby
require 'faraday' require 'faraday'