We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0724d68 commit 20e1482Copy full SHA for 20e1482
lib/algolia/transport/transport.rb
@@ -1,6 +1,6 @@
1
require 'faraday'
2
# this is the default adapter and it needs to be required to be registered.
3
-require 'faraday/net_http_persistent'
+require 'faraday/net_http_persistent' unless Faraday::VERSION < '1'
4
5
module Algolia
6
module Transport
0 commit comments