@@ -36,10 +36,17 @@ Gem::Specification.new do |s|
36
36
s . require_path = 'lib'
37
37
s . files = Dir . glob ( 'lib/**/*' ) + %w( README.md ChangeLog )
38
38
s . add_runtime_dependency ( 'faraday' , '>= 0.9' , '< 2.9' )
39
+ s . add_runtime_dependency ( 'faraday-net_http' , '> 0' , '< 3.1' )
39
40
s . add_runtime_dependency ( 'google-ads-savon' , '~> 1.0' , '>=1.0.2' )
40
41
s . add_runtime_dependency ( 'httpi' , '~> 2.3' )
41
42
s . add_runtime_dependency ( 'httpclient' , '~> 2.7' )
42
43
s . add_runtime_dependency ( 'signet' , '~> 0.7' )
44
+ s . add_runtime_dependency ( 'rack' , '> 0' , '< 3.0' )
45
+ s . add_runtime_dependency ( 'nori' , '> 0' , '< 2.7' )
46
+ s . add_runtime_dependency ( 'public_suffix' , '> 0' , '< 6.0' )
47
+ s . add_runtime_dependency ( 'nokogiri' , '> 0' , '< 1.16' )
48
+ s . add_runtime_dependency ( 'akami' , '> 0' , '< 1.3.3' )
49
+ s . add_development_dependency ( 'wasabi' , '>0' , '< 3.6' )
43
50
s . add_development_dependency ( 'rake' , '>= 12.3.3' , '< 13.0' )
44
51
s . add_development_dependency ( 'test-unit' , '~> 3.2' )
45
52
s . add_development_dependency ( 'webmock' , '~> 3.0' )
0 commit comments