Skip to content

Commit

Permalink
Increase upper dependency for faraday (#196)
Browse files Browse the repository at this point in the history
* Add upper dependency for faraday < 2.9

faraday 2.9 removes support for ruby 2.7
  • Loading branch information
kmymtksh authored Aug 21, 2024
1 parent 55a3ac4 commit 9081b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads_common/google-ads-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = 'google-ads-common'
s.require_path = 'lib'
s.files = Dir.glob('lib/**/*') + %w(README.md ChangeLog)
s.add_runtime_dependency('faraday', '>= 0.9', '< 2.0')
s.add_runtime_dependency('faraday', '>= 0.9', '< 2.9')
s.add_runtime_dependency('google-ads-savon', '~> 1.0', '>=1.0.2')
s.add_runtime_dependency('httpi', '~> 2.3')
s.add_runtime_dependency('httpclient', '~> 2.7')
Expand Down

0 comments on commit 9081b7d

Please sign in to comment.