mirror of
https://github.com/lostisland/faraday.git
synced 2025-07-15 00:02:14 -04:00
Compare commits
3 Commits
a34861a3b0
...
0e16de8e5a
Author | SHA1 | Date | |
---|---|---|---|
|
0e16de8e5a | ||
|
16934978e8 | ||
|
8d7e5a7e0f |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
|
||||
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
|
||||
experimental: [false]
|
||||
include:
|
||||
- ruby: head
|
||||
|
@ -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 wants to configure it globally, do the following:
|
||||
If you want to configure it globally, do the following:
|
||||
|
||||
```ruby
|
||||
require 'faraday'
|
||||
|
Loading…
x
Reference in New Issue
Block a user