Skip to content

Commit 9081b7d

Browse files
authored
Increase upper dependency for faraday (#196)
* Add upper dependency for faraday < 2.9 faraday 2.9 removes support for ruby 2.7
1 parent 55a3ac4 commit 9081b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads_common/google-ads-common.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
3535
s.rubyforge_project = 'google-ads-common'
3636
s.require_path = 'lib'
3737
s.files = Dir.glob('lib/**/*') + %w(README.md ChangeLog)
38-
s.add_runtime_dependency('faraday', '>= 0.9', '< 2.0')
38+
s.add_runtime_dependency('faraday', '>= 0.9', '< 2.9')
3939
s.add_runtime_dependency('google-ads-savon', '~> 1.0', '>=1.0.2')
4040
s.add_runtime_dependency('httpi', '~> 2.3')
4141
s.add_runtime_dependency('httpclient', '~> 2.7')

0 commit comments

Comments
 (0)