[1.0] UPGRADING.md: Mention Ruby 2.3+ (#829)

This commit is contained in:
Olle Jonsson 2018-10-19 17:22:52 +02:00 committed by Mattia
parent 3ff3dbc43e
commit ec3ccb128c

View File

@ -1,7 +1,7 @@
## Faraday 1.0
* Dropped support for jruby and Rubinius.
* Officially supports Ruby 2.2+
* Officially supports Ruby 2.3+
* In order to specify the adapter you now MUST use the `#adapter` method on the connection builder. If you don't do so and your adapter inherits from `Faraday::Adapter` then Faraday will raise an exception. Otherwise, Faraday will automatically push the default adapter at the end of the stack causing your request to be executed twice.
```ruby
class OfficialAdapter < Faraday::Adapter