Skip to content

Commit

Permalink
fix(translate-v2): Update gemspec to work with Faraday 2.x (#25907)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed May 17, 2024
1 parent db32d8c commit 99b4125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 2.7"

gem.add_dependency "faraday", ">= 0.17.3", "< 2.a"
gem.add_dependency "faraday", ">= 1.0", "< 3.a"
gem.add_dependency "googleapis-common-protos", ">= 1.3.10", "< 2.a"
gem.add_dependency "googleapis-common-protos-types", ">= 1.0.5", "< 2.a"
gem.add_dependency "googleauth", ">= 0.16.2", "< 2.a"
Expand Down

0 comments on commit 99b4125

Please sign in to comment.