Commit 4e8b146
committed
Require Faraday >= 0.9.0 in gemspec
In #115 we started configuring Faraday to use the FlatParamsEncoder to
avoid an issue with dropped parameters when building a request url.
The FlatParamsEncoder was only added on Faraday 0.9.0 and thus we must
require it explicitly, otherwise clients may get confusing messages
after upgrading to hyperclient 0.8.4.
Fixes #1171 parent 4afc115 commit 4e8b146
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments