We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa9e36 commit b5742eeCopy full SHA for b5742ee
spec/client_spec.rb
@@ -1,5 +1,8 @@
1
# frozen_string_literal: true
2
-require 'faraday/net_http_persistent'
+if Gem::Requirement.new('>= 2.0').satisfied_by? Gem.loaded_specs['faraday'].version
3
+ require 'faraday/net_http_persistent'
4
+end
5
+
6
7
module DropboxApi
8
describe Client do
0 commit comments