mirror of
https://github.com/lostisland/faraday.git
synced 2025-07-15 00:02:14 -04:00
Compare commits
No commits in common. "0e16de8e5ad3d29810c3388ea95836e0e4689635" and "a34861a3b04c1cc093ee2e0a229f4720522b69d7" have entirely different histories.
0e16de8e5a
...
a34861a3b0
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', '3.2' ]
|
||||
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
|
||||
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 want to configure it globally, do the following:
|
||||
If you wants to configure it globally, do the following:
|
||||
|
||||
```ruby
|
||||
require 'faraday'
|
||||
|
Loading…
x
Reference in New Issue
Block a user