Commit 40c1dfc
committed
Bump dev dependency on Faraday gem to ~> 1.0.0
Why:
Trying to run specs with the old version using `bundle exec rspec` leads to an error:
```
tried to create Proc object without a block
faraday-0.9.2/lib/faraday/options.rb:153:in new:
tried to create Proc object without a block (ArgumentError)
...
../http_test_client.rb:2:in require
```1 parent a0d0745 commit 40c1dfc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments